Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContAmtGrp ¶ added in v0.2.0
type ContAmtGrp struct {
//NoContAmts is a non-required field for ContAmtGrp.
NoContAmts []NoContAmts `fix:"518,omitempty"`
}
ContAmtGrp is a fix50 Component
func (*ContAmtGrp) SetNoContAmts ¶ added in v0.2.0
func (m *ContAmtGrp) SetNoContAmts(v []NoContAmts)
type NoContAmts ¶
type NoContAmts struct {
//ContAmtType is a non-required field for NoContAmts.
ContAmtType *int `fix:"519"`
//ContAmtValue is a non-required field for NoContAmts.
ContAmtValue *float64 `fix:"520"`
//ContAmtCurr is a non-required field for NoContAmts.
ContAmtCurr *string `fix:"521"`
}
NoContAmts is a repeating group in ContAmtGrp
func NewNoContAmts ¶ added in v0.2.0
func NewNoContAmts() *NoContAmts
NewNoContAmts returns an initialized NoContAmts instance
func (*NoContAmts) SetContAmtCurr ¶ added in v0.2.0
func (m *NoContAmts) SetContAmtCurr(v string)
func (*NoContAmts) SetContAmtType ¶ added in v0.2.0
func (m *NoContAmts) SetContAmtType(v int)
func (*NoContAmts) SetContAmtValue ¶ added in v0.2.0
func (m *NoContAmts) SetContAmtValue(v float64)
Click to show internal directories.
Click to hide internal directories.