Class: Quickfix::ProtectionTermEventRateSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProtectionTermEventRateSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventRateSource
constructor
A new instance of ProtectionTermEventRateSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
29877 29878 29879 |
# File 'lib/quickfix_fields.rb', line 29877 def ProtectionTermEventRateSource.field return 40198 end |