Class: Quickfix::LegStrategyType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStrategyType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStrategyType
constructor
A new instance of LegStrategyType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStrategyType
Returns a new instance of LegStrategyType.
43283 43284 43285 43286 43287 43288 43289 |
# File 'lib/quickfix_fields.rb', line 43283 def initialize(data = nil) if( data == nil ) super(2211) else super(2211, data) end end |
Class Method Details
.field ⇒ Object
43280 43281 43282 |
# File 'lib/quickfix_fields.rb', line 43280 def LegStrategyType.field return 2211 end |