export interface IHop {
  NoHops?: number        // [1] 627 (Int)
  HopCompID?: string// [2] 628 (String)
  HopSendingTime?: Date// [3] 629 (UtcTimestamp)
  HopRefID?: number// [4] 630 (Int)
}
