Class: Quickfix::PriceType

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

Returns a new instance of PriceType.



62092
62093
62094
62095
62096
62097
62098
# File 'ext/quickfix/QuickfixRuby.cpp', line 62092

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

Class Method Details

.fieldObject



5138
5139
5140
# File 'lib/quickfix_fields.rb', line 5138

def PriceType.field
	return 423
end