Class: Quickfix::UnderlyingPaymentStreamResetDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamResetDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateRelativeTo
constructor
A new instance of UnderlyingPaymentStreamResetDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateRelativeTo
Returns a new instance of UnderlyingPaymentStreamResetDateRelativeTo.
34989 34990 34991 34992 34993 34994 34995 |
# File 'lib/quickfix_fields.rb', line 34989 def initialize(data = nil) if( data == nil ) super(40592) else super(40592, data) end end |