Class: Quickfix::CashSettlQuoteMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashSettlQuoteMethod

Returns a new instance of CashSettlQuoteMethod.



27657
27658
27659
27660
27661
27662
27663
# File 'lib/quickfix_fields.rb', line 27657

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