Class: Quickfix::LegPaymentStubEndDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubEndDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubEndDateOffsetPeriod
constructor
A new instance of LegPaymentStubEndDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubEndDateOffsetPeriod
Returns a new instance of LegPaymentStubEndDateOffsetPeriod.
67086 67087 67088 67089 67090 67091 67092 |
# File 'lib/quickfix_fields.rb', line 67086 def initialize(data = nil) if( data == nil ) super(42491) else super(42491, data) end end |
Class Method Details
.field ⇒ Object
67083 67084 67085 |
# File 'lib/quickfix_fields.rb', line 67083 def LegPaymentStubEndDateOffsetPeriod.field return 42491 end |