collateralinquiryack

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2016 License: Apache-1.1 Imports: 11 Imported by: 0

Documentation

Overview

Package collateralinquiryack msg type = BG.

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 Mesage type

Types

type Message

type Message struct {
	FIXMsgType string `fix:"BG"`
	Header     fixt11.Header
	//CollInquiryID is a required field for CollateralInquiryAck.
	CollInquiryID string `fix:"909"`
	//CollInquiryStatus is a required field for CollateralInquiryAck.
	CollInquiryStatus int `fix:"945"`
	//CollInquiryResult is a non-required field for CollateralInquiryAck.
	CollInquiryResult *int `fix:"946"`
	//CollInqQualGrp Component
	CollInqQualGrp collinqqualgrp.Component
	//TotNumReports is a non-required field for CollateralInquiryAck.
	TotNumReports *int `fix:"911"`
	//Parties Component
	Parties parties.Component
	//Account is a non-required field for CollateralInquiryAck.
	Account *string `fix:"1"`
	//AccountType is a non-required field for CollateralInquiryAck.
	AccountType *int `fix:"581"`
	//ClOrdID is a non-required field for CollateralInquiryAck.
	ClOrdID *string `fix:"11"`
	//OrderID is a non-required field for CollateralInquiryAck.
	OrderID *string `fix:"37"`
	//SecondaryOrderID is a non-required field for CollateralInquiryAck.
	SecondaryOrderID *string `fix:"198"`
	//SecondaryClOrdID is a non-required field for CollateralInquiryAck.
	SecondaryClOrdID *string `fix:"526"`
	//ExecCollGrp Component
	ExecCollGrp execcollgrp.Component
	//TrdCollGrp Component
	TrdCollGrp trdcollgrp.Component
	//Instrument Component
	Instrument instrument.Component
	//FinancingDetails Component
	FinancingDetails financingdetails.Component
	//SettlDate is a non-required field for CollateralInquiryAck.
	SettlDate *string `fix:"64"`
	//Quantity is a non-required field for CollateralInquiryAck.
	Quantity *float64 `fix:"53"`
	//QtyType is a non-required field for CollateralInquiryAck.
	QtyType *int `fix:"854"`
	//Currency is a non-required field for CollateralInquiryAck.
	Currency *string `fix:"15"`
	//InstrmtLegGrp Component
	InstrmtLegGrp instrmtleggrp.Component
	//UndInstrmtGrp Component
	UndInstrmtGrp undinstrmtgrp.Component
	//TradingSessionID is a non-required field for CollateralInquiryAck.
	TradingSessionID *string `fix:"336"`
	//TradingSessionSubID is a non-required field for CollateralInquiryAck.
	TradingSessionSubID *string `fix:"625"`
	//SettlSessID is a non-required field for CollateralInquiryAck.
	SettlSessID *string `fix:"716"`
	//SettlSessSubID is a non-required field for CollateralInquiryAck.
	SettlSessSubID *string `fix:"717"`
	//ClearingBusinessDate is a non-required field for CollateralInquiryAck.
	ClearingBusinessDate *string `fix:"715"`
	//ResponseTransportType is a non-required field for CollateralInquiryAck.
	ResponseTransportType *int `fix:"725"`
	//ResponseDestination is a non-required field for CollateralInquiryAck.
	ResponseDestination *string `fix:"726"`
	//Text is a non-required field for CollateralInquiryAck.
	Text *string `fix:"58"`
	//EncodedTextLen is a non-required field for CollateralInquiryAck.
	EncodedTextLen *int `fix:"354"`
	//EncodedText is a non-required field for CollateralInquiryAck.
	EncodedText *string `fix:"355"`
	Trailer     fixt11.Trailer
}

Message is a CollateralInquiryAck FIX Message

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

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