Class: Quickfix::CollateralMarketPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CollateralMarketPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralMarketPrice
constructor
A new instance of CollateralMarketPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CollateralMarketPrice
75497 75498 75499 75500 75501 75502 75503 |
# File 'lib/quickfix_fields.rb', line 75497 def initialize(data = nil) if( data == nil ) super(2689) else super(2689, data) end end |
Class Method Details
.field ⇒ Object
75494 75495 75496 |
# File 'lib/quickfix_fields.rb', line 75494 def CollateralMarketPrice.field return 2689 end |