Class: Quickfix::TradeReportTransType

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

Returns a new instance of TradeReportTransType.



73228
73229
73230
73231
73232
73233
73234
# File 'ext/quickfix/QuickfixRuby.cpp', line 73228

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

Class Method Details

.fieldObject



6581
6582
6583
# File 'lib/quickfix_fields.rb', line 6581

def TradeReportTransType.field
	return 487
end