Class: Quickfix::TradeInputSource

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

Returns a new instance of TradeInputSource.



81938
81939
81940
81941
81942
81943
81944
# File 'ext/quickfix/QuickfixRuby.cpp', line 81938

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

Class Method Details

.fieldObject



7725
7726
7727
# File 'lib/quickfix_fields.rb', line 7725

def TradeInputSource.field
	return 578
end