Class: Quickfix::Designation

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

Returns a new instance of Designation.



6818
6819
6820
6821
6822
6823
6824
# File 'lib/quickfix_fields.rb', line 6818

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

Class Method Details

.fieldObject



6815
6816
6817
# File 'lib/quickfix_fields.rb', line 6815

def Designation.field
  return 494
end