Class: Quickfix::LegProtectionTermEventNewsSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegProtectionTermEventNewsSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventNewsSource
constructor
A new instance of LegProtectionTermEventNewsSource.
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventNewsSource
Returns a new instance of LegProtectionTermEventNewsSource.
50758 50759 50760 50761 50762 50763 50764 |
# File 'lib/quickfix_fields.rb', line 50758 def initialize(data = nil) if( data == nil ) super(41615) else super(41615, data) end end |