Class: Quickfix::CashSettlValuationMethod

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) ⇒ CashSettlValuationMethod

Returns a new instance of CashSettlValuationMethod.



27800
27801
27802
27803
27804
27805
27806
# File 'lib/quickfix_fields.rb', line 27800

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

Class Method Details

.fieldObject



27797
27798
27799
# File 'lib/quickfix_fields.rb', line 27797

def CashSettlValuationMethod.field
  return 40038
end