Documentation ¶
Index ¶
- type PegInstructions
- func (m *PegInstructions) SetPegLimitType(v int)
- func (m *PegInstructions) SetPegMoveType(v int)
- func (m *PegInstructions) SetPegOffsetType(v int)
- func (m *PegInstructions) SetPegOffsetValue(v float64)
- func (m *PegInstructions) SetPegPriceType(v int)
- func (m *PegInstructions) SetPegRoundDirection(v int)
- func (m *PegInstructions) SetPegScope(v int)
- func (m *PegInstructions) SetPegSecurityDesc(v string)
- func (m *PegInstructions) SetPegSecurityID(v string)
- func (m *PegInstructions) SetPegSecurityIDSource(v string)
- func (m *PegInstructions) SetPegSymbol(v string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PegInstructions ¶ added in v0.2.0
type PegInstructions struct { //PegOffsetValue is a non-required field for PegInstructions. PegOffsetValue *float64 `fix:"211"` //PegMoveType is a non-required field for PegInstructions. PegMoveType *int `fix:"835"` //PegOffsetType is a non-required field for PegInstructions. PegOffsetType *int `fix:"836"` //PegLimitType is a non-required field for PegInstructions. PegLimitType *int `fix:"837"` //PegRoundDirection is a non-required field for PegInstructions. PegRoundDirection *int `fix:"838"` //PegScope is a non-required field for PegInstructions. PegScope *int `fix:"840"` //PegPriceType is a non-required field for PegInstructions. PegPriceType *int `fix:"1094"` //PegSecurityIDSource is a non-required field for PegInstructions. PegSecurityIDSource *string `fix:"1096"` //PegSecurityID is a non-required field for PegInstructions. PegSecurityID *string `fix:"1097"` //PegSymbol is a non-required field for PegInstructions. PegSymbol *string `fix:"1098"` //PegSecurityDesc is a non-required field for PegInstructions. PegSecurityDesc *string `fix:"1099"` }
PegInstructions is a fix50 Component
func (*PegInstructions) SetPegLimitType ¶ added in v0.2.0
func (m *PegInstructions) SetPegLimitType(v int)
func (*PegInstructions) SetPegMoveType ¶ added in v0.2.0
func (m *PegInstructions) SetPegMoveType(v int)
func (*PegInstructions) SetPegOffsetType ¶ added in v0.2.0
func (m *PegInstructions) SetPegOffsetType(v int)
func (*PegInstructions) SetPegOffsetValue ¶ added in v0.2.0
func (m *PegInstructions) SetPegOffsetValue(v float64)
func (*PegInstructions) SetPegPriceType ¶ added in v0.2.0
func (m *PegInstructions) SetPegPriceType(v int)
func (*PegInstructions) SetPegRoundDirection ¶ added in v0.2.0
func (m *PegInstructions) SetPegRoundDirection(v int)
func (*PegInstructions) SetPegScope ¶ added in v0.2.0
func (m *PegInstructions) SetPegScope(v int)
func (*PegInstructions) SetPegSecurityDesc ¶ added in v0.2.0
func (m *PegInstructions) SetPegSecurityDesc(v string)
func (*PegInstructions) SetPegSecurityID ¶ added in v0.2.0
func (m *PegInstructions) SetPegSecurityID(v string)
func (*PegInstructions) SetPegSecurityIDSource ¶ added in v0.2.0
func (m *PegInstructions) SetPegSecurityIDSource(v string)
func (*PegInstructions) SetPegSymbol ¶ added in v0.2.0
func (m *PegInstructions) SetPegSymbol(v string)
Click to show internal directories.
Click to hide internal directories.