Class: Quickfix::TradeType

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

Returns a new instance of TradeType.



61602
61603
61604
61605
61606
61607
61608
# File 'ext/quickfix/QuickfixRuby.cpp', line 61602

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

Class Method Details

.fieldObject



5073
5074
5075
# File 'lib/quickfix_fields.rb', line 5073

def TradeType.field
	return 418
end