Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchRules ¶ added in v0.2.0
type MatchRules struct { //NoMatchRules is a non-required field for MatchRules. NoMatchRules []NoMatchRules `fix:"1235,omitempty"` }
MatchRules is a fix50sp1 Component
func (*MatchRules) SetNoMatchRules ¶ added in v0.2.0
func (m *MatchRules) SetNoMatchRules(v []NoMatchRules)
type NoMatchRules ¶
type NoMatchRules struct { //MatchAlgorithm is a non-required field for NoMatchRules. MatchAlgorithm *string `fix:"1142"` //MatchType is a non-required field for NoMatchRules. MatchType *string `fix:"574"` }
NoMatchRules is a repeating group in MatchRules
func NewNoMatchRules ¶ added in v0.2.0
func NewNoMatchRules() *NoMatchRules
NewNoMatchRules returns an initialized NoMatchRules instance
func (*NoMatchRules) SetMatchAlgorithm ¶ added in v0.2.0
func (m *NoMatchRules) SetMatchAlgorithm(v string)
func (*NoMatchRules) SetMatchType ¶ added in v0.2.0
func (m *NoMatchRules) SetMatchType(v string)
Click to show internal directories.
Click to hide internal directories.