Class: Quickfix::ProtectionTermEventType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ProtectionTermEventType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventType
constructor
A new instance of ProtectionTermEventType.
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventType
Returns a new instance of ProtectionTermEventType.
29802 29803 29804 29805 29806 29807 29808 |
# File 'lib/quickfix_fields.rb', line 29802 def initialize(data = nil) if( data == nil ) super(40192) else super(40192, data) end end |