Class: Quickfix::SideCollateralMarketPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::SideCollateralMarketPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralMarketPrice
constructor
A new instance of SideCollateralMarketPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ SideCollateralMarketPrice
Returns a new instance of SideCollateralMarketPrice.
75614 75615 75616 75617 75618 75619 75620 |
# File 'lib/quickfix_fields.rb', line 75614 def initialize(data = nil) if( data == nil ) super(2698) else super(2698, data) end end |
Class Method Details
.field ⇒ Object
75611 75612 75613 |
# File 'lib/quickfix_fields.rb', line 75611 def SideCollateralMarketPrice.field return 2698 end |