Class: Quickfix::UnderlyingProtectionTermCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProtectionTermCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermCurrency
constructor
A new instance of UnderlyingProtectionTermCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermCurrency
Returns a new instance of UnderlyingProtectionTermCurrency.
58740 58741 58742 58743 58744 58745 58746 |
# File 'lib/quickfix_fields.rb', line 58740 def initialize(data = nil) if( data == nil ) super(42070) else super(42070, data) end end |