Class: Quickfix::QuotePriceType

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

Returns a new instance of QuotePriceType.



94372
94373
94374
94375
94376
94377
94378
# File 'ext/quickfix/QuickfixRuby.cpp', line 94372

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

Class Method Details

.fieldObject



9363
9364
9365
# File 'lib/quickfix_fields.rb', line 9363

def QuotePriceType.field
	return 692
end