Class: Quickfix::DerivativePriceQuoteMethod

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativePriceQuoteMethod

Returns a new instance of DerivativePriceQuoteMethod.



17478
17479
17480
17481
17482
17483
17484
# File 'lib/quickfix_fields.rb', line 17478

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