Class: Quickfix::UnderlyingCashSettlQuoteAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashSettlQuoteAmount

Returns a new instance of UnderlyingCashSettlQuoteAmount.



58467
58468
58469
58470
58471
58472
58473
# File 'lib/quickfix_fields.rb', line 58467

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

Class Method Details

.fieldObject



58464
58465
58466
# File 'lib/quickfix_fields.rb', line 58464

def UnderlyingCashSettlQuoteAmount.field
  return 42049
end