Class: Quickfix::PriceQuoteMethod

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ PriceQuoteMethod

Returns a new instance of PriceQuoteMethod.



143116
143117
143118
143119
143120
143121
143122
# File 'ext/quickfix/QuickfixRuby.cpp', line 143116

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

Class Method Details

.fieldObject



15772
15773
15774
# File 'lib/quickfix_fields.rb', line 15772

def PriceQuoteMethod.field
	return 1196
end