Class: Quickfix::TradeRequestType

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

Returns a new instance of TradeRequestType.



81056
81057
81058
81059
81060
81061
81062
# File 'ext/quickfix/QuickfixRuby.cpp', line 81056

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

Class Method Details

.fieldObject



7608
7609
7610
# File 'lib/quickfix_fields.rb', line 7608

def TradeRequestType.field
	return 569
end