 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoUnderlyingStips ¶
type NoUnderlyingStips struct {
	//UnderlyingStipType is a non-required field for NoUnderlyingStips.
	UnderlyingStipType *string `fix:"888"`
	//UnderlyingStipValue is a non-required field for NoUnderlyingStips.
	UnderlyingStipValue *string `fix:"889"`
}
    NoUnderlyingStips is a repeating group in UnderlyingStipulations
func NewNoUnderlyingStips ¶ added in v0.2.0
func NewNoUnderlyingStips() *NoUnderlyingStips
NewNoUnderlyingStips returns an initialized NoUnderlyingStips instance
func (*NoUnderlyingStips) SetUnderlyingStipType ¶ added in v0.2.0
func (m *NoUnderlyingStips) SetUnderlyingStipType(v string)
func (*NoUnderlyingStips) SetUnderlyingStipValue ¶ added in v0.2.0
func (m *NoUnderlyingStips) SetUnderlyingStipValue(v string)
type UnderlyingStipulations ¶ added in v0.2.0
type UnderlyingStipulations struct {
	//NoUnderlyingStips is a non-required field for UnderlyingStipulations.
	NoUnderlyingStips []NoUnderlyingStips `fix:"887,omitempty"`
}
    UnderlyingStipulations is a fix50 Component
func New ¶
func New() *UnderlyingStipulations
New returns an initialized UnderlyingStipulations instance
func (*UnderlyingStipulations) SetNoUnderlyingStips ¶ added in v0.2.0
func (m *UnderlyingStipulations) SetNoUnderlyingStips(v []NoUnderlyingStips)
 Click to show internal directories. 
   Click to hide internal directories.