Class: Quickfix::UnderlyingPaymentStubStartDateBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStubStartDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateBusinessCenter
constructor
A new instance of UnderlyingPaymentStubStartDateBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateBusinessCenter
Returns a new instance of UnderlyingPaymentStubStartDateBusinessCenter.
73950 73951 73952 73953 73954 73955 73956 |
# File 'lib/quickfix_fields.rb', line 73950 def initialize(data = nil) if( data == nil ) super(43001) else super(43001, data) end end |