Class: Quickfix::UnderlyingProtectionTermEventCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProtectionTermEventCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventCurrency
constructor
A new instance of UnderlyingProtectionTermEventCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventCurrency
Returns a new instance of UnderlyingProtectionTermEventCurrency.
58870 58871 58872 58873 58874 58875 58876 |
# File 'lib/quickfix_fields.rb', line 58870 def initialize(data = nil) if( data == nil ) super(42080) else super(42080, data) end end |