Class: Quickfix::ComplexEventPrice

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ ComplexEventPrice

Returns a new instance of ComplexEventPrice.



172112
172113
172114
172115
172116
172117
172118
# File 'ext/quickfix/QuickfixRuby.cpp', line 172112

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

Class Method Details

.fieldObject



19607
19608
19609
# File 'lib/quickfix_fields.rb', line 19607

def ComplexEventPrice.field
	return 1486
end