Class: Quickfix::UnderlyingCashAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingCashAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashAmount
constructor
A new instance of UnderlyingCashAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashAmount
Returns a new instance of UnderlyingCashAmount.
13123 13124 13125 13126 13127 13128 13129 |
# File 'lib/quickfix_fields.rb', line 13123 def initialize(data = nil) if( data == nil ) super(973) else super(973, data) end end |
Class Method Details
.field ⇒ Object
13120 13121 13122 |
# File 'lib/quickfix_fields.rb', line 13120 def UnderlyingCashAmount.field return 973 end |