Documentation ¶
Index ¶
- type DisplayInstruction
- func (m *DisplayInstruction) SetDisplayHighQty(v float64)
- func (m *DisplayInstruction) SetDisplayLowQty(v float64)
- func (m *DisplayInstruction) SetDisplayMethod(v string)
- func (m *DisplayInstruction) SetDisplayMinIncr(v float64)
- func (m *DisplayInstruction) SetDisplayQty(v float64)
- func (m *DisplayInstruction) SetDisplayWhen(v string)
- func (m *DisplayInstruction) SetRefreshQty(v float64)
- func (m *DisplayInstruction) SetSecondaryDisplayQty(v float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisplayInstruction ¶ added in v0.2.0
type DisplayInstruction struct { //SecondaryDisplayQty is a non-required field for DisplayInstruction. SecondaryDisplayQty *float64 `fix:"1082"` //DisplayWhen is a non-required field for DisplayInstruction. DisplayWhen *string `fix:"1083"` //DisplayMethod is a non-required field for DisplayInstruction. DisplayMethod *string `fix:"1084"` //DisplayLowQty is a non-required field for DisplayInstruction. DisplayLowQty *float64 `fix:"1085"` //DisplayHighQty is a non-required field for DisplayInstruction. DisplayHighQty *float64 `fix:"1086"` //DisplayMinIncr is a non-required field for DisplayInstruction. DisplayMinIncr *float64 `fix:"1087"` //RefreshQty is a non-required field for DisplayInstruction. RefreshQty *float64 `fix:"1088"` //DisplayQty is a non-required field for DisplayInstruction. DisplayQty *float64 `fix:"1138"` }
DisplayInstruction is a fix50sp1 Component
func (*DisplayInstruction) SetDisplayHighQty ¶ added in v0.2.0
func (m *DisplayInstruction) SetDisplayHighQty(v float64)
func (*DisplayInstruction) SetDisplayLowQty ¶ added in v0.2.0
func (m *DisplayInstruction) SetDisplayLowQty(v float64)
func (*DisplayInstruction) SetDisplayMethod ¶ added in v0.2.0
func (m *DisplayInstruction) SetDisplayMethod(v string)
func (*DisplayInstruction) SetDisplayMinIncr ¶ added in v0.2.0
func (m *DisplayInstruction) SetDisplayMinIncr(v float64)
func (*DisplayInstruction) SetDisplayQty ¶ added in v0.2.0
func (m *DisplayInstruction) SetDisplayQty(v float64)
func (*DisplayInstruction) SetDisplayWhen ¶ added in v0.2.0
func (m *DisplayInstruction) SetDisplayWhen(v string)
func (*DisplayInstruction) SetRefreshQty ¶ added in v0.2.0
func (m *DisplayInstruction) SetRefreshQty(v float64)
func (*DisplayInstruction) SetSecondaryDisplayQty ¶ added in v0.2.0
func (m *DisplayInstruction) SetSecondaryDisplayQty(v float64)
Click to show internal directories.
Click to hide internal directories.