Class: Quickfix::ProtectionTermEventUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ProtectionTermEventUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventUnit
constructor
A new instance of ProtectionTermEventUnit.
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventUnit
Returns a new instance of ProtectionTermEventUnit.
29854 29855 29856 29857 29858 29859 29860 |
# File 'lib/quickfix_fields.rb', line 29854 def initialize(data = nil) if( data == nil ) super(40196) else super(40196, data) end end |