Class: Quickfix::LegManualNoticeBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegManualNoticeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegManualNoticeBusinessCenter
constructor
A new instance of LegManualNoticeBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ LegManualNoticeBusinessCenter
Returns a new instance of LegManualNoticeBusinessCenter.
49120 49121 49122 49123 49124 49125 49126 |
# File 'lib/quickfix_fields.rb', line 49120 def initialize(data = nil) if( data == nil ) super(41487) else super(41487, data) end end |