Class: Quickfix::CashSettlAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CashSettlAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlAmount
constructor
A new instance of CashSettlAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CashSettlAmount
Returns a new instance of CashSettlAmount.
27748 27749 27750 27751 27752 27753 27754 |
# File 'lib/quickfix_fields.rb', line 27748 def initialize(data = nil) if( data == nil ) super(40034) else super(40034, data) end end |
Class Method Details
.field ⇒ Object
27745 27746 27747 |
# File 'lib/quickfix_fields.rb', line 27745 def CashSettlAmount.field return 40034 end |