Class: Quickfix::DisplayMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DisplayMethod

Returns a new instance of DisplayMethod.



14488
14489
14490
14491
14492
14493
14494
# File 'lib/quickfix_fields.rb', line 14488

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

Class Method Details

.fieldObject



14485
14486
14487
# File 'lib/quickfix_fields.rb', line 14485

def DisplayMethod.field
  return 1084
end