Class: Quickfix::UnderlyingProtectionTermEventUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProtectionTermEventUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventUnit
constructor
A new instance of UnderlyingProtectionTermEventUnit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventUnit
Returns a new instance of UnderlyingProtectionTermEventUnit.
58896 58897 58898 58899 58900 58901 58902 |
# File 'lib/quickfix_fields.rb', line 58896 def initialize(data = nil) if( data == nil ) super(42082) else super(42082, data) end end |