Class: Quickfix::UnderlyingCashSettlAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingCashSettlAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlAmount
constructor
A new instance of UnderlyingCashSettlAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlAmount
Returns a new instance of UnderlyingCashSettlAmount.
58532 58533 58534 58535 58536 58537 58538 |
# File 'lib/quickfix_fields.rb', line 58532 def initialize(data = nil) if( data == nil ) super(42054) else super(42054, data) end end |
Class Method Details
.field ⇒ Object
58529 58530 58531 |
# File 'lib/quickfix_fields.rb', line 58529 def .field return 42054 end |