Class: Quickfix::TradeHandlingInstr

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ TradeHandlingInstr

Returns a new instance of TradeHandlingInstr.



136170
136171
136172
136173
136174
136175
136176
# File 'ext/quickfix/QuickfixRuby.cpp', line 136170

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

Class Method Details

.fieldObject



14862
14863
14864
# File 'lib/quickfix_fields.rb', line 14862

def TradeHandlingInstr.field
	return 1123
end