Documentation ¶
Overview ¶
Package derivativesecuritylistupdatereport msg type = BR.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"BR"` Header fixt11.Header //SecurityReqID is a non-required field for DerivativeSecurityListUpdateReport. SecurityReqID *string `fix:"320"` //SecurityResponseID is a non-required field for DerivativeSecurityListUpdateReport. SecurityResponseID *string `fix:"322"` //SecurityRequestResult is a non-required field for DerivativeSecurityListUpdateReport. SecurityRequestResult *int `fix:"560"` //SecurityUpdateAction is a non-required field for DerivativeSecurityListUpdateReport. SecurityUpdateAction *string `fix:"980"` //UnderlyingInstrument Component UnderlyingInstrument underlyinginstrument.Component //DerivativeSecurityDefinition Component DerivativeSecurityDefinition derivativesecuritydefinition.Component //TotNoRelatedSym is a non-required field for DerivativeSecurityListUpdateReport. TotNoRelatedSym *int `fix:"393"` //LastFragment is a non-required field for DerivativeSecurityListUpdateReport. LastFragment *bool `fix:"893"` //RelSymDerivSecUpdGrp Component RelSymDerivSecUpdGrp relsymderivsecupdgrp.Component //ApplicationSequenceControl Component ApplicationSequenceControl applicationsequencecontrol.Component //TransactTime is a non-required field for DerivativeSecurityListUpdateReport. TransactTime *time.Time `fix:"60"` Trailer fixt11.Trailer }
Message is a DerivativeSecurityListUpdateReport FIX Message
Click to show internal directories.
Click to hide internal directories.