Class: Quickfix::PaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentDateRelativeTo
constructor
A new instance of PaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentDateRelativeTo
Returns a new instance of PaymentDateRelativeTo.
44271 44272 44273 44274 44275 44276 44277 |
# File 'lib/quickfix_fields.rb', line 44271 def initialize(data = nil) if( data == nil ) super(41156) else super(41156, data) end end |
Class Method Details
.field ⇒ Object
44268 44269 44270 |
# File 'lib/quickfix_fields.rb', line 44268 def PaymentDateRelativeTo.field return 41156 end |