Class: Quickfix::TradeReportType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ TradeReportType

Returns a new instance of TradeReportType.



110322
110323
110324
110325
110326
110327
110328
# File 'ext/quickfix/QuickfixRuby.cpp', line 110322

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

Class Method Details

.fieldObject



11456
11457
11458
# File 'lib/quickfix_fields.rb', line 11456

def TradeReportType.field
	return 856
end