Documentation
¶
Overview ¶
Package marketdatasnapshotfullrefresh msg type = W.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
FIXMsgType string `fix:"W"`
Header fixt11.Header
//MDReqID is a non-required field for MarketDataSnapshotFullRefresh.
MDReqID *string `fix:"262"`
//Instrument Component
Instrument instrument.Component
//UndInstrmtGrp Component
UndInstrmtGrp undinstrmtgrp.Component
//InstrmtLegGrp Component
InstrmtLegGrp instrmtleggrp.Component
//FinancialStatus is a non-required field for MarketDataSnapshotFullRefresh.
FinancialStatus *string `fix:"291"`
//CorporateAction is a non-required field for MarketDataSnapshotFullRefresh.
CorporateAction *string `fix:"292"`
//NetChgPrevDay is a non-required field for MarketDataSnapshotFullRefresh.
NetChgPrevDay *float64 `fix:"451"`
//MDFullGrp Component
MDFullGrp mdfullgrp.Component
//ApplQueueDepth is a non-required field for MarketDataSnapshotFullRefresh.
ApplQueueDepth *int `fix:"813"`
//ApplQueueResolution is a non-required field for MarketDataSnapshotFullRefresh.
ApplQueueResolution *int `fix:"814"`
//MDReportID is a non-required field for MarketDataSnapshotFullRefresh.
MDReportID *int `fix:"963"`
//ClearingBusinessDate is a non-required field for MarketDataSnapshotFullRefresh.
ClearingBusinessDate *string `fix:"715"`
//MDBookType is a non-required field for MarketDataSnapshotFullRefresh.
MDBookType *int `fix:"1021"`
//MDFeedType is a non-required field for MarketDataSnapshotFullRefresh.
MDFeedType *string `fix:"1022"`
//TradeDate is a non-required field for MarketDataSnapshotFullRefresh.
TradeDate *string `fix:"75"`
//RoutingGrp Component
RoutingGrp routinggrp.Component
Trailer fixt11.Trailer
}
Message is a MarketDataSnapshotFullRefresh FIX Message
Click to show internal directories.
Click to hide internal directories.