Class: Quickfix::PaymentStubEndDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubEndDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubEndDateOffsetDayType
constructor
A new instance of PaymentStubEndDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubEndDateOffsetDayType
Returns a new instance of PaymentStubEndDateOffsetDayType.
69686 69687 69688 69689 69690 69691 69692 |
# File 'lib/quickfix_fields.rb', line 69686 def initialize(data = nil) if( data == nil ) super(42694) else super(42694, data) end end |
Class Method Details
.field ⇒ Object
69683 69684 69685 |
# File 'lib/quickfix_fields.rb', line 69683 def PaymentStubEndDateOffsetDayType.field return 42694 end |