Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Heartbeat ¶ added in v0.4.0
type Heartbeat struct { fix40.Header quickfix.Body fix40.Trailer //ReceiveTime is the time that this message was read from the socket connection ReceiveTime time.Time }
Heartbeat is the fix40 Heartbeat type, MsgType = 0
func FromMessage ¶ added in v0.4.0
FromMessage creates a Heartbeat from a quickfix.Message instance
func New ¶ added in v0.2.0
func New() (m Heartbeat)
New returns a Heartbeat initialized with the required fields for Heartbeat
func (Heartbeat) GetTestReqID ¶ added in v0.4.0
func (m Heartbeat) GetTestReqID() (f field.TestReqIDField, err quickfix.MessageRejectError)
GetTestReqID gets TestReqID, Tag 112
func (Heartbeat) HasTestReqID ¶ added in v0.4.0
HasTestReqID returns true if TestReqID is present, Tag 112
func (Heartbeat) SetTestReqID ¶ added in v0.4.0
SetTestReqID sets TestReqID, Tag 112
Click to show internal directories.
Click to hide internal directories.