Class: Quickfix::UnderlyingPaymentStreamPricingBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamPricingBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessCenter
constructor
A new instance of UnderlyingPaymentStreamPricingBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessCenter
Returns a new instance of UnderlyingPaymentStreamPricingBusinessCenter.
55113 55114 55115 55116 55117 55118 55119 |
# File 'lib/quickfix_fields.rb', line 55113 def initialize(data = nil) if( data == nil ) super(41910) else super(41910, data) end end |