Class: Quickfix::UnderlyingPaymentScheduleStepOffsetValue
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentScheduleStepOffsetValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepOffsetValue
constructor
A new instance of UnderlyingPaymentScheduleStepOffsetValue.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepOffsetValue
Returns a new instance of UnderlyingPaymentScheduleStepOffsetValue.
36159 36160 36161 36162 36163 36164 36165 |
# File 'lib/quickfix_fields.rb', line 36159 def initialize(data = nil) if( data == nil ) super(40682) else super(40682, data) end end |
Class Method Details
.field ⇒ Object
36156 36157 36158 |
# File 'lib/quickfix_fields.rb', line 36156 def .field return 40682 end |