Class: Quickfix::UnderlyingCashSettlTermXID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashSettlTermXID

Returns a new instance of UnderlyingCashSettlTermXID.



58597
58598
58599
58600
58601
58602
58603
# File 'lib/quickfix_fields.rb', line 58597

def initialize(data = nil)
  if( data == nil )
    super(42059)
  else
    super(42059, data)
  end
end