Class: Quickfix::PaymentStreamPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPaymentDateRelativeTo
constructor
A new instance of PaymentStreamPaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPaymentDateRelativeTo
Returns a new instance of PaymentStreamPaymentDateRelativeTo.
37147 37148 37149 37150 37151 37152 37153 |
# File 'lib/quickfix_fields.rb', line 37147 def initialize(data = nil) if( data == nil ) super(40758) else super(40758, data) end end |
Class Method Details
.field ⇒ Object
37144 37145 37146 |
# File 'lib/quickfix_fields.rb', line 37144 def PaymentStreamPaymentDateRelativeTo.field return 40758 end |