Class: Quickfix::LegProtectionTermEventCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegProtectionTermEventCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventCurrency
constructor
A new instance of LegProtectionTermEventCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventCurrency
Returns a new instance of LegProtectionTermEventCurrency.
50927 50928 50929 50930 50931 50932 50933 |
# File 'lib/quickfix_fields.rb', line 50927 def initialize(data = nil) if( data == nil ) super(41628) else super(41628, data) end end |