Class: Quickfix::UnderlyingPaymentStreamFirstObservationDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamFirstObservationDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFirstObservationDateRelativeTo
constructor
A new instance of UnderlyingPaymentStreamFirstObservationDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFirstObservationDateRelativeTo
Returns a new instance of UnderlyingPaymentStreamFirstObservationDateRelativeTo.
73404 73405 73406 73407 73408 73409 73410 |
# File 'lib/quickfix_fields.rb', line 73404 def initialize(data = nil) if( data == nil ) super(42959) else super(42959, data) end end |
Class Method Details
.field ⇒ Object
73401 73402 73403 |
# File 'lib/quickfix_fields.rb', line 73401 def .field return 42959 end |