Class: Quickfix::CurrentCollateralAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CurrentCollateralAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CurrentCollateralAmount
constructor
A new instance of CurrentCollateralAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CurrentCollateralAmount
22288 22289 22290 22291 22292 22293 22294 |
# File 'lib/quickfix_fields.rb', line 22288 def initialize(data = nil) if( data == nil ) super(1704) else super(1704, data) end end |
Class Method Details
.field ⇒ Object
22285 22286 22287 |
# File 'lib/quickfix_fields.rb', line 22285 def CurrentCollateralAmount.field return 1704 end |