Class: Quickfix::ProtectionTermEventNewsSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProtectionTermEventNewsSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventNewsSource
constructor
A new instance of ProtectionTermEventNewsSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventNewsSource
Returns a new instance of ProtectionTermEventNewsSource.
29763 29764 29765 29766 29767 29768 29769 |
# File 'lib/quickfix_fields.rb', line 29763 def initialize(data = nil) if( data == nil ) super(40189) else super(40189, data) end end |
Class Method Details
.field ⇒ Object
29760 29761 29762 |
# File 'lib/quickfix_fields.rb', line 29760 def ProtectionTermEventNewsSource.field return 40189 end |