Class: Quickfix::UnderlyingStrategyType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStrategyType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStrategyType
constructor
A new instance of UnderlyingStrategyType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStrategyType
Returns a new instance of UnderlyingStrategyType.
54385 54386 54387 54388 54389 54390 54391 |
# File 'lib/quickfix_fields.rb', line 54385 def initialize(data = nil) if( data == nil ) super(2295) else super(2295, data) end end |
Class Method Details
.field ⇒ Object
54382 54383 54384 |
# File 'lib/quickfix_fields.rb', line 54382 def UnderlyingStrategyType.field return 2295 end |