Class: Quickfix::LegProtectionTermEventUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegProtectionTermEventUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventUnit
constructor
A new instance of LegProtectionTermEventUnit.
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventUnit
Returns a new instance of LegProtectionTermEventUnit.
50953 50954 50955 50956 50957 50958 50959 |
# File 'lib/quickfix_fields.rb', line 50953 def initialize(data = nil) if( data == nil ) super(41630) else super(41630, data) end end |