Class: Quickfix::UnderlyingPaymentStreamPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateRelativeTo
constructor
A new instance of UnderlyingPaymentStreamPaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateRelativeTo
Returns a new instance of UnderlyingPaymentStreamPaymentDateRelativeTo.
34937 34938 34939 34940 34941 34942 34943 |
# File 'lib/quickfix_fields.rb', line 34937 def initialize(data = nil) if( data == nil ) super(40588) else super(40588, data) end end |
Class Method Details
.field ⇒ Object
34934 34935 34936 |
# File 'lib/quickfix_fields.rb', line 34934 def .field return 40588 end |