Class: Quickfix::UnderlyingStreamEffectiveDateBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamEffectiveDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateBusinessCenter
constructor
A new instance of UnderlyingStreamEffectiveDateBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateBusinessCenter
Returns a new instance of UnderlyingStreamEffectiveDateBusinessCenter.
28073 28074 28075 28076 28077 28078 28079 |
# File 'lib/quickfix_fields.rb', line 28073 def initialize(data = nil) if( data == nil ) super(40059) else super(40059, data) end end |