Class: Quickfix::UnderlyingCashSettlQuoteMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashSettlQuoteMethod

Returns a new instance of UnderlyingCashSettlQuoteMethod.



58454
58455
58456
58457
58458
58459
58460
# File 'lib/quickfix_fields.rb', line 58454

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