Class: Quickfix::UnderlyingPaymentScheduleFixingDateBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentScheduleFixingDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateBusinessCenter
constructor
A new instance of UnderlyingPaymentScheduleFixingDateBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateBusinessCenter
Returns a new instance of UnderlyingPaymentScheduleFixingDateBusinessCenter.
36263 36264 36265 36266 36267 36268 36269 |
# File 'lib/quickfix_fields.rb', line 36263 def initialize(data = nil) if( data == nil ) super(40690) else super(40690, data) end end |