Class: Quickfix::UnderlyingPaymentStreamPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateRelativeTo
constructor
A new instance of UnderlyingPaymentStreamPaymentDateRelativeTo.
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 |