Class: Quickfix::ProtectionTermEventRateSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ProtectionTermEventRateSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventRateSource
constructor
A new instance of ProtectionTermEventRateSource.
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventRateSource
Returns a new instance of ProtectionTermEventRateSource.
29880 29881 29882 29883 29884 29885 29886 |
# File 'lib/quickfix_fields.rb', line 29880 def initialize(data = nil) if( data == nil ) super(40198) else super(40198, data) end end |