Class: Quickfix::LegCashSettlAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegCashSettlAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlAmount
constructor
A new instance of LegCashSettlAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlAmount
Returns a new instance of LegCashSettlAmount.
46871 46872 46873 46874 46875 46876 46877 |
# File 'lib/quickfix_fields.rb', line 46871 def initialize(data = nil) if( data == nil ) super(41357) else super(41357, data) end end |
Class Method Details
.field ⇒ Object
46868 46869 46870 |
# File 'lib/quickfix_fields.rb', line 46868 def LegCashSettlAmount.field return 41357 end |