Class: Quickfix::UnderlyingCashSettlValuationMethod

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

Returns a new instance of UnderlyingCashSettlValuationMethod.



58584
58585
58586
58587
58588
58589
58590
# File 'lib/quickfix_fields.rb', line 58584

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

Class Method Details

.fieldObject



58581
58582
58583
# File 'lib/quickfix_fields.rb', line 58581

def UnderlyingCashSettlValuationMethod.field
  return 42058
end