Class: Quickfix::UnderlyingProtectionTermEventNewsSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProtectionTermEventNewsSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventNewsSource
constructor
A new instance of UnderlyingProtectionTermEventNewsSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventNewsSource
Returns a new instance of UnderlyingProtectionTermEventNewsSource.
59013 59014 59015 59016 59017 59018 59019 |
# File 'lib/quickfix_fields.rb', line 59013 def initialize(data = nil) if( data == nil ) super(42091) else super(42091, data) end end |