Documentation
¶
Index ¶
- type InstrmtLegExecGrp
- type NoLegs
- func (m *NoLegs) SetInstrumentLeg(v instrumentleg.InstrumentLeg)
- func (m *NoLegs) SetLegAllocID(v string)
- func (m *NoLegs) SetLegCalculatedCcyLastQty(v float64)
- func (m *NoLegs) SetLegCoveredOrUncovered(v int)
- func (m *NoLegs) SetLegCurrencyRatio(v float64)
- func (m *NoLegs) SetLegDividendYield(v float64)
- func (m *NoLegs) SetLegExecInst(v string)
- func (m *NoLegs) SetLegGrossTradeAmt(v float64)
- func (m *NoLegs) SetLegLastForwardPoints(v float64)
- func (m *NoLegs) SetLegLastPx(v float64)
- func (m *NoLegs) SetLegLastQty(v float64)
- func (m *NoLegs) SetLegOrderQty(v float64)
- func (m *NoLegs) SetLegPositionEffect(v string)
- func (m *NoLegs) SetLegPreAllocGrp(v legpreallocgrp.LegPreAllocGrp)
- func (m *NoLegs) SetLegQty(v float64)
- func (m *NoLegs) SetLegRefID(v string)
- func (m *NoLegs) SetLegSettlCurrency(v string)
- func (m *NoLegs) SetLegSettlDate(v string)
- func (m *NoLegs) SetLegSettlType(v string)
- func (m *NoLegs) SetLegStipulations(v legstipulations.LegStipulations)
- func (m *NoLegs) SetLegSwapType(v int)
- func (m *NoLegs) SetLegVolatility(v float64)
- func (m *NoLegs) SetNestedParties3(v nestedparties3.NestedParties3)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstrmtLegExecGrp ¶ added in v0.2.0
type InstrmtLegExecGrp struct {
//NoLegs is a non-required field for InstrmtLegExecGrp.
NoLegs []NoLegs `fix:"555,omitempty"`
}
InstrmtLegExecGrp is a fix50sp1 Component
func (*InstrmtLegExecGrp) SetNoLegs ¶ added in v0.2.0
func (m *InstrmtLegExecGrp) SetNoLegs(v []NoLegs)
type NoLegs ¶
type NoLegs struct {
//InstrumentLeg is a non-required component for NoLegs.
InstrumentLeg *instrumentleg.InstrumentLeg
//LegQty is a non-required field for NoLegs.
LegQty *float64 `fix:"687"`
//LegSwapType is a non-required field for NoLegs.
LegSwapType *int `fix:"690"`
//LegStipulations is a non-required component for NoLegs.
LegStipulations *legstipulations.LegStipulations
//LegPositionEffect is a non-required field for NoLegs.
LegPositionEffect *string `fix:"564"`
//LegCoveredOrUncovered is a non-required field for NoLegs.
LegCoveredOrUncovered *int `fix:"565"`
//LegRefID is a non-required field for NoLegs.
LegRefID *string `fix:"654"`
//LegSettlType is a non-required field for NoLegs.
LegSettlType *string `fix:"587"`
//LegSettlDate is a non-required field for NoLegs.
LegSettlDate *string `fix:"588"`
//LegLastPx is a non-required field for NoLegs.
LegLastPx *float64 `fix:"637"`
//LegOrderQty is a non-required field for NoLegs.
LegOrderQty *float64 `fix:"685"`
//LegSettlCurrency is a non-required field for NoLegs.
LegSettlCurrency *string `fix:"675"`
//LegLastForwardPoints is a non-required field for NoLegs.
LegLastForwardPoints *float64 `fix:"1073"`
//LegCalculatedCcyLastQty is a non-required field for NoLegs.
LegCalculatedCcyLastQty *float64 `fix:"1074"`
//LegGrossTradeAmt is a non-required field for NoLegs.
LegGrossTradeAmt *float64 `fix:"1075"`
//NestedParties3 is a non-required component for NoLegs.
NestedParties3 *nestedparties3.NestedParties3
//LegAllocID is a non-required field for NoLegs.
LegAllocID *string `fix:"1366"`
//LegPreAllocGrp is a non-required component for NoLegs.
LegPreAllocGrp *legpreallocgrp.LegPreAllocGrp
//LegVolatility is a non-required field for NoLegs.
LegVolatility *float64 `fix:"1379"`
//LegDividendYield is a non-required field for NoLegs.
LegDividendYield *float64 `fix:"1381"`
//LegCurrencyRatio is a non-required field for NoLegs.
LegCurrencyRatio *float64 `fix:"1383"`
//LegExecInst is a non-required field for NoLegs.
LegExecInst *string `fix:"1384"`
//LegLastQty is a non-required field for NoLegs.
LegLastQty *float64 `fix:"1418"`
}
NoLegs is a repeating group in InstrmtLegExecGrp
func NewNoLegs ¶ added in v0.2.0
func NewNoLegs() *NoLegs
NewNoLegs returns an initialized NoLegs instance
func (*NoLegs) SetInstrumentLeg ¶ added in v0.2.0
func (m *NoLegs) SetInstrumentLeg(v instrumentleg.InstrumentLeg)
func (*NoLegs) SetLegAllocID ¶ added in v0.2.0
func (*NoLegs) SetLegCalculatedCcyLastQty ¶ added in v0.2.0
func (*NoLegs) SetLegCoveredOrUncovered ¶ added in v0.2.0
func (*NoLegs) SetLegCurrencyRatio ¶ added in v0.2.0
func (*NoLegs) SetLegDividendYield ¶ added in v0.2.0
func (*NoLegs) SetLegExecInst ¶ added in v0.2.0
func (*NoLegs) SetLegGrossTradeAmt ¶ added in v0.2.0
func (*NoLegs) SetLegLastForwardPoints ¶ added in v0.2.0
func (*NoLegs) SetLegLastPx ¶ added in v0.2.0
func (*NoLegs) SetLegLastQty ¶ added in v0.2.0
func (*NoLegs) SetLegOrderQty ¶ added in v0.2.0
func (*NoLegs) SetLegPositionEffect ¶ added in v0.2.0
func (*NoLegs) SetLegPreAllocGrp ¶ added in v0.2.0
func (m *NoLegs) SetLegPreAllocGrp(v legpreallocgrp.LegPreAllocGrp)
func (*NoLegs) SetLegRefID ¶ added in v0.2.0
func (*NoLegs) SetLegSettlCurrency ¶ added in v0.2.0
func (*NoLegs) SetLegSettlDate ¶ added in v0.2.0
func (*NoLegs) SetLegSettlType ¶ added in v0.2.0
func (*NoLegs) SetLegStipulations ¶ added in v0.2.0
func (m *NoLegs) SetLegStipulations(v legstipulations.LegStipulations)
func (*NoLegs) SetLegSwapType ¶ added in v0.2.0
func (*NoLegs) SetLegVolatility ¶ added in v0.2.0
func (*NoLegs) SetNestedParties3 ¶ added in v0.2.0
func (m *NoLegs) SetNestedParties3(v nestedparties3.NestedParties3)
Click to show internal directories.
Click to hide internal directories.