Class: Quickfix::LegProtectionTermEventRateSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegProtectionTermEventRateSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventRateSource
constructor
A new instance of LegProtectionTermEventRateSource.
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventRateSource
Returns a new instance of LegProtectionTermEventRateSource.
50979 50980 50981 50982 50983 50984 50985 |
# File 'lib/quickfix_fields.rb', line 50979 def initialize(data = nil) if( data == nil ) super(41632) else super(41632, data) end end |