Class: Quickfix::UnderlyingCashSettlQuoteAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingCashSettlQuoteAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlQuoteAmount
constructor
A new instance of UnderlyingCashSettlQuoteAmount.
Methods inherited from DoubleField
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
.field ⇒ Object
58464 58465 58466 |
# File 'lib/quickfix_fields.rb', line 58464 def .field return 42049 end |