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) SetPegRoundDirection(v int)
- func (m *PegInstructions) SetPegScope(v int)
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"` }
PegInstructions is a fix44 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) 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)
Click to show internal directories.
Click to hide internal directories.