Class: Quickfix::UnderlyingProtectionTermEventRateSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProtectionTermEventRateSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventRateSource
constructor
A new instance of UnderlyingProtectionTermEventRateSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventRateSource
Returns a new instance of UnderlyingProtectionTermEventRateSource.
58922 58923 58924 58925 58926 58927 58928 |
# File 'lib/quickfix_fields.rb', line 58922 def initialize(data = nil) if( data == nil ) super(42084) else super(42084, data) end end |