Class: Quickfix::OrderInputDevice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrderInputDevice

Returns a new instance of OrderInputDevice.



13071
13072
13073
13074
13075
13076
13077
# File 'lib/quickfix_fields.rb', line 13071

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

Class Method Details

.fieldObject



13068
13069
13070
# File 'lib/quickfix_fields.rb', line 13068

def OrderInputDevice.field
  return 821
end