Class: Quickfix::UnderlyingPricingTimeBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPricingTimeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPricingTimeBusinessCenter
constructor
A new instance of UnderlyingPricingTimeBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPricingTimeBusinessCenter
Returns a new instance of UnderlyingPricingTimeBusinessCenter.
55646 55647 55648 55649 55650 55651 55652 |
# File 'lib/quickfix_fields.rb', line 55646 def initialize(data = nil) if( data == nil ) super(41953) else super(41953, data) end end |