Class: Quickfix::UnderlyingSettlPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingSettlPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlPrice
constructor
A new instance of UnderlyingSettlPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlPrice
Returns a new instance of UnderlyingSettlPrice.
10029 10030 10031 10032 10033 10034 10035 |
# File 'lib/quickfix_fields.rb', line 10029 def initialize(data = nil) if( data == nil ) super(732) else super(732, data) end end |
Class Method Details
.field ⇒ Object
10026 10027 10028 |
# File 'lib/quickfix_fields.rb', line 10026 def .field return 732 end |