Class: Quickfix::LegPaymentStubEndDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubEndDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubEndDateOffsetDayType
constructor
A new instance of LegPaymentStubEndDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubEndDateOffsetDayType
Returns a new instance of LegPaymentStubEndDateOffsetDayType.
67112 67113 67114 67115 67116 67117 67118 |
# File 'lib/quickfix_fields.rb', line 67112 def initialize(data = nil) if( data == nil ) super(42493) else super(42493, data) end end |
Class Method Details
.field ⇒ Object
67109 67110 67111 |
# File 'lib/quickfix_fields.rb', line 67109 def LegPaymentStubEndDateOffsetDayType.field return 42493 end |