Class: Quickfix::PaymentScheduleSettlPeriodPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentScheduleSettlPeriodPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleSettlPeriodPrice
constructor
A new instance of PaymentScheduleSettlPeriodPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleSettlPeriodPrice
44453 44454 44455 44456 44457 44458 44459 |
# File 'lib/quickfix_fields.rb', line 44453 def initialize(data = nil) if( data == nil ) super(41170) else super(41170, data) end end |
Class Method Details
.field ⇒ Object
44450 44451 44452 |
# File 'lib/quickfix_fields.rb', line 44450 def PaymentScheduleSettlPeriodPrice.field return 41170 end |