Class: Quickfix::UnderlyingProtectionTermEventValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProtectionTermEventValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventValue
constructor
A new instance of UnderlyingProtectionTermEventValue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventValue
Returns a new instance of UnderlyingProtectionTermEventValue.
58857 58858 58859 58860 58861 58862 58863 |
# File 'lib/quickfix_fields.rb', line 58857 def initialize(data = nil) if( data == nil ) super(42079) else super(42079, data) end end |