Class: Quickfix::DerivativePriceQuoteMethod

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

Returns a new instance of DerivativePriceQuoteMethod.



154864
154865
154866
154867
154868
154869
154870
# File 'ext/quickfix/QuickfixRuby.cpp', line 154864

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

Class Method Details

.fieldObject



17319
17320
17321
# File 'lib/quickfix_fields.rb', line 17319

def DerivativePriceQuoteMethod.field
	return 1318
end