Class: Quickfix::UnderlyingPaymentStubEndDateBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStubEndDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateBusinessCenter
constructor
A new instance of UnderlyingPaymentStubEndDateBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateBusinessCenter
Returns a new instance of UnderlyingPaymentStubEndDateBusinessCenter.
73833 73834 73835 73836 73837 73838 73839 |
# File 'lib/quickfix_fields.rb', line 73833 def initialize(data = nil) if( data == nil ) super(42992) else super(42992, data) end end |