Class: Quickfix::CashSettlQuoteMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



27654
27655
27656
# File 'lib/quickfix_fields.rb', line 27654

def CashSettlQuoteMethod.field
  return 40027
end