Class: Quickfix::ProtectionTermEventNewsSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ProtectionTermEventNewsSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventNewsSource
constructor
A new instance of ProtectionTermEventNewsSource.
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventNewsSource
Returns a new instance of ProtectionTermEventNewsSource.
29763 29764 29765 29766 29767 29768 29769 |
# File 'lib/quickfix_fields.rb', line 29763 def initialize(data = nil) if( data == nil ) super(40189) else super(40189, data) end end |