Class: Quickfix::UnderlyingPaymentStubStartDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStubStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateRelativeTo
constructor
A new instance of UnderlyingPaymentStubStartDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateRelativeTo
Returns a new instance of UnderlyingPaymentStubStartDateRelativeTo.
73872 73873 73874 73875 73876 73877 73878 |
# File 'lib/quickfix_fields.rb', line 73872 def initialize(data = nil) if( data == nil ) super(42995) else super(42995, data) end end |