Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LotTypeRules ¶ added in v0.2.0
type LotTypeRules struct {
//NoLotTypeRules is a non-required field for LotTypeRules.
NoLotTypeRules []NoLotTypeRules `fix:"1234,omitempty"`
}
LotTypeRules is a fix50sp1 Component
func (*LotTypeRules) SetNoLotTypeRules ¶ added in v0.2.0
func (m *LotTypeRules) SetNoLotTypeRules(v []NoLotTypeRules)
type NoLotTypeRules ¶
type NoLotTypeRules struct {
//LotType is a non-required field for NoLotTypeRules.
LotType *string `fix:"1093"`
//MinLotSize is a non-required field for NoLotTypeRules.
MinLotSize *float64 `fix:"1231"`
}
NoLotTypeRules is a repeating group in LotTypeRules
func NewNoLotTypeRules ¶ added in v0.2.0
func NewNoLotTypeRules() *NoLotTypeRules
NewNoLotTypeRules returns an initialized NoLotTypeRules instance
func (*NoLotTypeRules) SetLotType ¶ added in v0.2.0
func (m *NoLotTypeRules) SetLotType(v string)
func (*NoLotTypeRules) SetMinLotSize ¶ added in v0.2.0
func (m *NoLotTypeRules) SetMinLotSize(v float64)
Source Files
¶
- LotTypeRules.go
Click to show internal directories.
Click to hide internal directories.