Class: Quickfix::UnderlyingPaymentScheduleSettlPeriodPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentScheduleSettlPeriodPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleSettlPeriodPrice
constructor
A new instance of UnderlyingPaymentScheduleSettlPeriodPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleSettlPeriodPrice
Returns a new instance of UnderlyingPaymentScheduleSettlPeriodPrice.
54814 54815 54816 54817 54818 54819 54820 |
# File 'lib/quickfix_fields.rb', line 54814 def initialize(data = nil) if( data == nil ) super(41887) else super(41887, data) end end |
Class Method Details
.field ⇒ Object
54811 54812 54813 |
# File 'lib/quickfix_fields.rb', line 54811 def .field return 41887 end |