Class: Quickfix::UnderlyingPaymentStreamPricingBusinessCalendar
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamPricingBusinessCalendar
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessCalendar
constructor
A new instance of UnderlyingPaymentStreamPricingBusinessCalendar.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessCalendar
Returns a new instance of UnderlyingPaymentStreamPricingBusinessCalendar.
55412 55413 55414 55415 55416 55417 55418 |
# File 'lib/quickfix_fields.rb', line 55412 def initialize(data = nil) if( data == nil ) super(41933) else super(41933, data) end end |