Class: Quickfix::LegCashSettlQuoteAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegCashSettlQuoteAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlQuoteAmount
constructor
A new instance of LegCashSettlQuoteAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlQuoteAmount
Returns a new instance of LegCashSettlQuoteAmount.
46806 46807 46808 46809 46810 46811 46812 |
# File 'lib/quickfix_fields.rb', line 46806 def initialize(data = nil) if( data == nil ) super(41352) else super(41352, data) end end |
Class Method Details
.field ⇒ Object
46803 46804 46805 |
# File 'lib/quickfix_fields.rb', line 46803 def LegCashSettlQuoteAmount.field return 41352 end |