marketdatasnapshotfullrefresh

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: 8 Imported by: 0

Documentation

Overview

Package marketdatasnapshotfullrefresh msg type = W.

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:"W"`
	fixt11.Header
	//MDReqID is a non-required field for MarketDataSnapshotFullRefresh.
	MDReqID *string `fix:"262"`
	//Instrument is a required component for MarketDataSnapshotFullRefresh.
	instrument.Instrument
	//UndInstrmtGrp is a non-required component for MarketDataSnapshotFullRefresh.
	UndInstrmtGrp *undinstrmtgrp.UndInstrmtGrp
	//InstrmtLegGrp is a non-required component for MarketDataSnapshotFullRefresh.
	InstrmtLegGrp *instrmtleggrp.InstrmtLegGrp
	//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 is a required component for MarketDataSnapshotFullRefresh.
	mdfullgrp.MDFullGrp
	//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 is a non-required component for MarketDataSnapshotFullRefresh.
	RoutingGrp *routinggrp.RoutingGrp
	fixt11.Trailer
}

Message is a MarketDataSnapshotFullRefresh FIX Message

func New

func New(instrument instrument.Instrument, mdfullgrp mdfullgrp.MDFullGrp) *Message

New returns an initialized MarketDataSnapshotFullRefresh 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) SetClearingBusinessDate

func (m *Message) SetClearingBusinessDate(v string)

func (*Message) SetCorporateAction

func (m *Message) SetCorporateAction(v string)

func (*Message) SetFinancialStatus

func (m *Message) SetFinancialStatus(v string)

func (*Message) SetInstrmtLegGrp

func (m *Message) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp)

func (*Message) SetInstrument

func (m *Message) SetInstrument(v instrument.Instrument)

func (*Message) SetMDBookType

func (m *Message) SetMDBookType(v int)

func (*Message) SetMDFeedType

func (m *Message) SetMDFeedType(v string)

func (*Message) SetMDFullGrp

func (m *Message) SetMDFullGrp(v mdfullgrp.MDFullGrp)

func (*Message) SetMDReportID

func (m *Message) SetMDReportID(v int)

func (*Message) SetMDReqID

func (m *Message) SetMDReqID(v string)

func (*Message) SetNetChgPrevDay

func (m *Message) SetNetChgPrevDay(v float64)

func (*Message) SetRoutingGrp

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

func (*Message) SetTradeDate

func (m *Message) SetTradeDate(v string)

func (*Message) SetUndInstrmtGrp

func (m *Message) SetUndInstrmtGrp(v undinstrmtgrp.UndInstrmtGrp)

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