Documentation ¶
Overview ¶
Package neworderlist msg type = E.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"E"` Header fixt11.Header //ListID is a required field for NewOrderList. ListID string `fix:"66"` //BidID is a non-required field for NewOrderList. BidID *string `fix:"390"` //ClientBidID is a non-required field for NewOrderList. ClientBidID *string `fix:"391"` //ProgRptReqs is a non-required field for NewOrderList. ProgRptReqs *int `fix:"414"` //BidType is a required field for NewOrderList. BidType int `fix:"394"` //ProgPeriodInterval is a non-required field for NewOrderList. ProgPeriodInterval *int `fix:"415"` //CancellationRights is a non-required field for NewOrderList. CancellationRights *string `fix:"480"` //MoneyLaunderingStatus is a non-required field for NewOrderList. MoneyLaunderingStatus *string `fix:"481"` //RegistID is a non-required field for NewOrderList. RegistID *string `fix:"513"` //ListExecInstType is a non-required field for NewOrderList. ListExecInstType *string `fix:"433"` //ListExecInst is a non-required field for NewOrderList. ListExecInst *string `fix:"69"` //EncodedListExecInstLen is a non-required field for NewOrderList. EncodedListExecInstLen *int `fix:"352"` //EncodedListExecInst is a non-required field for NewOrderList. EncodedListExecInst *string `fix:"353"` //AllowableOneSidednessPct is a non-required field for NewOrderList. AllowableOneSidednessPct *float64 `fix:"765"` //AllowableOneSidednessValue is a non-required field for NewOrderList. AllowableOneSidednessValue *float64 `fix:"766"` //AllowableOneSidednessCurr is a non-required field for NewOrderList. AllowableOneSidednessCurr *string `fix:"767"` //TotNoOrders is a required field for NewOrderList. TotNoOrders int `fix:"68"` //LastFragment is a non-required field for NewOrderList. LastFragment *bool `fix:"893"` //ListOrdGrp Component ListOrdGrp listordgrp.Component //RootParties Component RootParties rootparties.Component //ContingencyType is a non-required field for NewOrderList. ContingencyType *int `fix:"1385"` Trailer fixt11.Trailer }
Message is a NewOrderList FIX Message
Click to show internal directories.
Click to hide internal directories.