Class: Quickfix::TradeInputDevice

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

Returns a new instance of TradeInputDevice.



7884
7885
7886
7887
7888
7889
7890
# File 'lib/quickfix_fields.rb', line 7884

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

Class Method Details

.fieldObject



7881
7882
7883
# File 'lib/quickfix_fields.rb', line 7881

def TradeInputDevice.field
  return 579
end