Documentation ¶
Overview ¶
Package streamassignmentreport msg type = CD.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"CD"` Header fixt11.Header //StreamAsgnRptID is a required field for StreamAssignmentReport. StreamAsgnRptID string `fix:"1501"` //StreamAsgnReqType is a non-required field for StreamAssignmentReport. StreamAsgnReqType *int `fix:"1498"` //StreamAsgnReqID is a non-required field for StreamAssignmentReport. StreamAsgnReqID *string `fix:"1497"` //StrmAsgnRptGrp Component StrmAsgnRptGrp strmasgnrptgrp.Component Trailer fixt11.Trailer }
Message is a StreamAssignmentReport FIX Message
Click to show internal directories.
Click to hide internal directories.