Class: Quickfix::DeskType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeskType

Returns a new instance of DeskType.



10978
10979
10980
10981
10982
10983
10984
# File 'lib/quickfix_fields.rb', line 10978

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

Class Method Details

.fieldObject



10975
10976
10977
# File 'lib/quickfix_fields.rb', line 10975

def DeskType.field
  return 1033
end