Class: Quickfix::UnderlyingProtectionTermEventNewsSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProtectionTermEventNewsSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventNewsSource
constructor
A new instance of UnderlyingProtectionTermEventNewsSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventNewsSource
Returns a new instance of UnderlyingProtectionTermEventNewsSource.
59013 59014 59015 59016 59017 59018 59019 |
# File 'lib/quickfix_fields.rb', line 59013 def initialize(data = nil) if( data == nil ) super(42091) else super(42091, data) end end |
Class Method Details
.field ⇒ Object
59010 59011 59012 |
# File 'lib/quickfix_fields.rb', line 59010 def .field return 42091 end |