marketdataincrementalrefresh

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2016 License: Apache-1.1 Imports: 6 Imported by: 0

Documentation

Overview

Package marketdataincrementalrefresh msg type = X.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Route

func Route(router RouteOut) (string, string, quickfix.MessageRoute)

Route returns the beginstring, message type, and MessageRoute for this Message type

Types

type Message

type Message struct {
	FIXMsgType string `fix:"X"`
	fixt11.Header
	//MDReqID is a non-required field for MarketDataIncrementalRefresh.
	MDReqID *string `fix:"262"`
	//MDIncGrp is a required component for MarketDataIncrementalRefresh.
	mdincgrp.MDIncGrp
	//ApplQueueDepth is a non-required field for MarketDataIncrementalRefresh.
	ApplQueueDepth *int `fix:"813"`
	//ApplQueueResolution is a non-required field for MarketDataIncrementalRefresh.
	ApplQueueResolution *int `fix:"814"`
	//MDBookType is a non-required field for MarketDataIncrementalRefresh.
	MDBookType *int `fix:"1021"`
	//MDFeedType is a non-required field for MarketDataIncrementalRefresh.
	MDFeedType *string `fix:"1022"`
	//TradeDate is a non-required field for MarketDataIncrementalRefresh.
	TradeDate *string `fix:"75"`
	//RoutingGrp is a non-required component for MarketDataIncrementalRefresh.
	RoutingGrp *routinggrp.RoutingGrp
	//ApplicationSequenceControl is a non-required component for MarketDataIncrementalRefresh.
	ApplicationSequenceControl *applicationsequencecontrol.ApplicationSequenceControl
	fixt11.Trailer
}

Message is a MarketDataIncrementalRefresh FIX Message

func New added in v0.2.0

func New(mdincgrp mdincgrp.MDIncGrp) *Message

New returns an initialized MarketDataIncrementalRefresh instance

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

func (*Message) SetApplQueueDepth added in v0.2.0

func (m *Message) SetApplQueueDepth(v int)

func (*Message) SetApplQueueResolution added in v0.2.0

func (m *Message) SetApplQueueResolution(v int)

func (*Message) SetApplicationSequenceControl added in v0.2.0

func (m *Message) SetApplicationSequenceControl(v applicationsequencecontrol.ApplicationSequenceControl)

func (*Message) SetMDBookType added in v0.2.0

func (m *Message) SetMDBookType(v int)

func (*Message) SetMDFeedType added in v0.2.0

func (m *Message) SetMDFeedType(v string)

func (*Message) SetMDIncGrp added in v0.2.0

func (m *Message) SetMDIncGrp(v mdincgrp.MDIncGrp)

func (*Message) SetMDReqID added in v0.2.0

func (m *Message) SetMDReqID(v string)

func (*Message) SetRoutingGrp added in v0.2.0

func (m *Message) SetRoutingGrp(v routinggrp.RoutingGrp)

func (*Message) SetTradeDate added in v0.2.0

func (m *Message) SetTradeDate(v string)

type RouteOut

type RouteOut func(msg Message, sessionID quickfix.SessionID) quickfix.MessageRejectError

A RouteOut is the callback type that should be implemented for routing Message

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL