marketdataincrementalrefresh

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 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

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

func (m *Message) SetApplQueueDepth(v int)

func (*Message) SetApplQueueResolution

func (m *Message) SetApplQueueResolution(v int)

func (*Message) SetApplicationSequenceControl

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

func (*Message) SetMDBookType

func (m *Message) SetMDBookType(v int)

func (*Message) SetMDFeedType

func (m *Message) SetMDFeedType(v string)

func (*Message) SetMDIncGrp

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

func (*Message) SetMDReqID

func (m *Message) SetMDReqID(v string)

func (*Message) SetRoutingGrp

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

func (*Message) SetTradeDate

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