Class: Quickfix::Designation

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Designation

Returns a new instance of Designation.



2411
2412
2413
2414
2415
2416
2417
# File 'lib/quickfix_fields.rb', line 2411

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

Class Method Details

.fieldObject



2408
2409
2410
# File 'lib/quickfix_fields.rb', line 2408

def Designation.field
  return 494
end