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 ¶
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 fix50 Component
func (*DisplayInstruction) SetDisplayHighQty ¶
func (m *DisplayInstruction) SetDisplayHighQty(v float64)
func (*DisplayInstruction) SetDisplayLowQty ¶
func (m *DisplayInstruction) SetDisplayLowQty(v float64)
func (*DisplayInstruction) SetDisplayMethod ¶
func (m *DisplayInstruction) SetDisplayMethod(v string)
func (*DisplayInstruction) SetDisplayMinIncr ¶
func (m *DisplayInstruction) SetDisplayMinIncr(v float64)
func (*DisplayInstruction) SetDisplayQty ¶
func (m *DisplayInstruction) SetDisplayQty(v float64)
func (*DisplayInstruction) SetDisplayWhen ¶
func (m *DisplayInstruction) SetDisplayWhen(v string)
func (*DisplayInstruction) SetRefreshQty ¶
func (m *DisplayInstruction) SetRefreshQty(v float64)
func (*DisplayInstruction) SetSecondaryDisplayQty ¶
func (m *DisplayInstruction) SetSecondaryDisplayQty(v float64)
Click to show internal directories.
Click to hide internal directories.