Class: Quickfix::TradeInputDevice

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ TradeInputDevice

Returns a new instance of TradeInputDevice.



82036
82037
82038
82039
82040
82041
82042
# File 'ext/quickfix/QuickfixRuby.cpp', line 82036

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

Class Method Details

.fieldObject



7738
7739
7740
# File 'lib/quickfix_fields.rb', line 7738

def TradeInputDevice.field
	return 579
end