Class: Quickfix::LegPaymentStubStartDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubStartDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubStartDateOffsetDayType
constructor
A new instance of LegPaymentStubStartDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubStartDateOffsetDayType
Returns a new instance of LegPaymentStubStartDateOffsetDayType.
67229 67230 67231 67232 67233 67234 67235 |
# File 'lib/quickfix_fields.rb', line 67229 def initialize(data = nil) if( data == nil ) super(42502) else super(42502, data) end end |
Class Method Details
.field ⇒ Object
67226 67227 67228 |
# File 'lib/quickfix_fields.rb', line 67226 def LegPaymentStubStartDateOffsetDayType.field return 42502 end |