Class: Quickfix::TradeReportRefID

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

Returns a new instance of TradeReportRefID.



81350
81351
81352
81353
81354
81355
81356
# File 'ext/quickfix/QuickfixRuby.cpp', line 81350

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

Class Method Details

.fieldObject



7647
7648
7649
# File 'lib/quickfix_fields.rb', line 7647

def TradeReportRefID.field
	return 572
end