Class: Quickfix::LegRestructuringType

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) ⇒ LegRestructuringType



42503
42504
42505
42506
42507
42508
42509
# File 'lib/quickfix_fields.rb', line 42503

def initialize(data = nil)
  if( data == nil )
    super(2149)
  else
    super(2149, data)
  end
end

Class Method Details

.fieldObject



42500
42501
42502
# File 'lib/quickfix_fields.rb', line 42500

def LegRestructuringType.field
  return 2149
end