Class: Quickfix::PaymentScheduleStepOffsetValue
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentScheduleStepOffsetValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleStepOffsetValue
constructor
A new instance of PaymentScheduleStepOffsetValue.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleStepOffsetValue
Returns a new instance of PaymentScheduleStepOffsetValue.
38291 38292 38293 38294 38295 38296 38297 |
# File 'lib/quickfix_fields.rb', line 38291 def initialize(data = nil) if( data == nil ) super(40846) else super(40846, data) end end |
Class Method Details
.field ⇒ Object
38288 38289 38290 |
# File 'lib/quickfix_fields.rb', line 38288 def PaymentScheduleStepOffsetValue.field return 40846 end |