Class: Quickfix::UnderlyingPaymentStreamContractPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamContractPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamContractPrice
constructor
A new instance of UnderlyingPaymentStreamContractPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamContractPrice
Returns a new instance of UnderlyingPaymentStreamContractPrice.
55074 55075 55076 55077 55078 55079 55080 |
# File 'lib/quickfix_fields.rb', line 55074 def initialize(data = nil) if( data == nil ) super(41907) else super(41907, data) end end |
Class Method Details
.field ⇒ Object
55071 55072 55073 |
# File 'lib/quickfix_fields.rb', line 55071 def .field return 41907 end |