Class: Quickfix::LegStrategyType

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



43280
43281
43282
# File 'lib/quickfix_fields.rb', line 43280

def LegStrategyType.field
  return 2211
end