Class: Quickfix::LegPaymentStreamCompoundingEndDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamCompoundingEndDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingEndDateOffsetPeriod
constructor
A new instance of LegPaymentStreamCompoundingEndDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingEndDateOffsetPeriod
Returns a new instance of LegPaymentStreamCompoundingEndDateOffsetPeriod.
66202 66203 66204 66205 66206 66207 66208 |
# File 'lib/quickfix_fields.rb', line 66202 def initialize(data = nil) if( data == nil ) super(42423) else super(42423, data) end end |
Class Method Details
.field ⇒ Object
66199 66200 66201 |
# File 'lib/quickfix_fields.rb', line 66199 def LegPaymentStreamCompoundingEndDateOffsetPeriod.field return 42423 end |