Documentation ¶
Overview ¶
Package contraryintentionreport msg type = BO.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"BO"` Header fixt11.Header //ContIntRptID is a required field for ContraryIntentionReport. ContIntRptID string `fix:"977"` //TransactTime is a non-required field for ContraryIntentionReport. TransactTime *time.Time `fix:"60"` //LateIndicator is a non-required field for ContraryIntentionReport. LateIndicator *bool `fix:"978"` //InputSource is a non-required field for ContraryIntentionReport. InputSource *string `fix:"979"` //ClearingBusinessDate is a required field for ContraryIntentionReport. ClearingBusinessDate string `fix:"715"` //Parties Component Parties parties.Component //ExpirationQty Component ExpirationQty expirationqty.Component //Instrument Component Instrument instrument.Component //Text is a non-required field for ContraryIntentionReport. Text *string `fix:"58"` //EncodedTextLen is a non-required field for ContraryIntentionReport. EncodedTextLen *int `fix:"354"` //EncodedText is a non-required field for ContraryIntentionReport. EncodedText *string `fix:"355"` //UndInstrmtGrp Component UndInstrmtGrp undinstrmtgrp.Component //ApplicationSequenceControl Component ApplicationSequenceControl applicationsequencecontrol.Component Trailer fixt11.Trailer }
Message is a ContraryIntentionReport FIX Message
Click to show internal directories.
Click to hide internal directories.