Class: Quickfix::UnderlyingPaymentStreamCompoundingDatesBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamCompoundingDatesBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDatesBusinessCenter
constructor
A new instance of UnderlyingPaymentStreamCompoundingDatesBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDatesBusinessCenter
Returns a new instance of UnderlyingPaymentStreamCompoundingDatesBusinessCenter.
72845 72846 72847 72848 72849 72850 72851 |
# File 'lib/quickfix_fields.rb', line 72845 def initialize(data = nil) if( data == nil ) super(42916) else super(42916, data) end end |