Class: Quickfix::PaymentStreamFinalPricePaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamFinalPricePaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFinalPricePaymentDateRelativeTo
constructor
A new instance of PaymentStreamFinalPricePaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFinalPricePaymentDateRelativeTo
Returns a new instance of PaymentStreamFinalPricePaymentDateRelativeTo.
69179 69180 69181 69182 69183 69184 69185 |
# File 'lib/quickfix_fields.rb', line 69179 def initialize(data = nil) if( data == nil ) super(42655) else super(42655, data) end end |
Class Method Details
.field ⇒ Object
69176 69177 69178 |
# File 'lib/quickfix_fields.rb', line 69176 def PaymentStreamFinalPricePaymentDateRelativeTo.field return 42655 end |