Class: Quickfix::LegStreamEffectiveDateBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStreamEffectiveDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamEffectiveDateBusinessCenter
constructor
A new instance of LegStreamEffectiveDateBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ LegStreamEffectiveDateBusinessCenter
Returns a new instance of LegStreamEffectiveDateBusinessCenter.
30556 30557 30558 30559 30560 30561 30562 |
# File 'lib/quickfix_fields.rb', line 30556 def initialize(data = nil) if( data == nil ) super(40251) else super(40251, data) end end |