Class: Quickfix::ProtectionTermEventValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ProtectionTermEventValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventValue
constructor
A new instance of ProtectionTermEventValue.
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventValue
Returns a new instance of ProtectionTermEventValue.
29815 29816 29817 29818 29819 29820 29821 |
# File 'lib/quickfix_fields.rb', line 29815 def initialize(data = nil) if( data == nil ) super(40193) else super(40193, data) end end |