Class: Quickfix::CashSettlQuoteAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CashSettlQuoteAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlQuoteAmount
constructor
A new instance of CashSettlQuoteAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CashSettlQuoteAmount
Returns a new instance of CashSettlQuoteAmount.
27670 27671 27672 27673 27674 27675 27676 |
# File 'lib/quickfix_fields.rb', line 27670 def initialize(data = nil) if( data == nil ) super(40028) else super(40028, data) end end |
Class Method Details
.field ⇒ Object
27667 27668 27669 |
# File 'lib/quickfix_fields.rb', line 27667 def CashSettlQuoteAmount.field return 40028 end |