Class: Quickfix::PaymentDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentDateOffsetDayType
constructor
A new instance of PaymentDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentDateOffsetDayType
Returns a new instance of PaymentDateOffsetDayType.
44310 44311 44312 44313 44314 44315 44316 |
# File 'lib/quickfix_fields.rb', line 44310 def initialize(data = nil) if( data == nil ) super(41159) else super(41159, data) end end |
Class Method Details
.field ⇒ Object
44307 44308 44309 |
# File 'lib/quickfix_fields.rb', line 44307 def PaymentDateOffsetDayType.field return 41159 end |