Class: Quickfix::TradeInputDevice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeInputDevice

Returns a new instance of TradeInputDevice.



4088
4089
4090
4091
4092
4093
4094
# File 'lib/quickfix_fields.rb', line 4088

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

Class Method Details

.fieldObject



4085
4086
4087
# File 'lib/quickfix_fields.rb', line 4085

def TradeInputDevice.field
	return 579
end