Class: Quickfix::UnderlyingPaymentStreamResetDateBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamResetDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateBusinessCenter
constructor
A new instance of UnderlyingPaymentStreamResetDateBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateBusinessCenter
Returns a new instance of UnderlyingPaymentStreamResetDateBusinessCenter.
35015 35016 35017 35018 35019 35020 35021 |
# File 'lib/quickfix_fields.rb', line 35015 def initialize(data = nil) if( data == nil ) super(40594) else super(40594, data) end end |