Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
//NoLotTypeRules is a non-required field for LotTypeRules.
NoLotTypeRules []NoLotTypeRules `fix:"1234,omitempty"`
}
Component is a fix50sp2 LotTypeRules Component
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
Click to show internal directories.
Click to hide internal directories.