Class: Quickfix::UnderlyingProtectionTermEventType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProtectionTermEventType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventType
constructor
A new instance of UnderlyingProtectionTermEventType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventType
Returns a new instance of UnderlyingProtectionTermEventType.
58844 58845 58846 58847 58848 58849 58850 |
# File 'lib/quickfix_fields.rb', line 58844 def initialize(data = nil) if( data == nil ) super(42078) else super(42078, data) end end |