Class: Quickfix::LegProtectionTermEventNewsSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProtectionTermEventNewsSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventNewsSource
constructor
A new instance of LegProtectionTermEventNewsSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventNewsSource
Returns a new instance of LegProtectionTermEventNewsSource.
50758 50759 50760 50761 50762 50763 50764 |
# File 'lib/quickfix_fields.rb', line 50758 def initialize(data = nil) if( data == nil ) super(41615) else super(41615, data) end end |
Class Method Details
.field ⇒ Object
50755 50756 50757 |
# File 'lib/quickfix_fields.rb', line 50755 def LegProtectionTermEventNewsSource.field return 41615 end |