Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttributeOptions ¶
type AttributeOptions struct {
// contains filtered or unexported fields
}
func NewAttributeOptions ¶
func NewAttributeOptions(command *cobra.Command) *AttributeOptions
func (AttributeOptions) EnrichMessageBody ¶
func (o AttributeOptions) EnrichMessageBody(messageBody *quickfix.Body)
func (AttributeOptions) Validate ¶
func (o AttributeOptions) Validate() error
type PartyIdOptions ¶
type PartyIdOptions struct {
// contains filtered or unexported fields
}
func NewPartyIdOptions ¶
func NewPartyIdOptions(command *cobra.Command) *PartyIdOptions
func (PartyIdOptions) EnrichMessageBody ¶
func (o PartyIdOptions) EnrichMessageBody(messageBody *quickfix.Body, session config.Session)
func (PartyIdOptions) Validate ¶
func (o PartyIdOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.