Class: Quickfix::TradeReportID

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

Returns a new instance of TradeReportID.



81252
81253
81254
81255
81256
81257
81258
# File 'ext/quickfix/QuickfixRuby.cpp', line 81252

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

Class Method Details

.fieldObject



7634
7635
7636
# File 'lib/quickfix_fields.rb', line 7634

def TradeReportID.field
	return 571
end