Class: Quickfix::ProtectionTermEventBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ProtectionTermEventBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventBusinessCenter
constructor
A new instance of ProtectionTermEventBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventBusinessCenter
Returns a new instance of ProtectionTermEventBusinessCenter.
29724 29725 29726 29727 29728 29729 29730 |
# File 'lib/quickfix_fields.rb', line 29724 def initialize(data = nil) if( data == nil ) super(40186) else super(40186, data) end end |