Class: Quickfix::DerivativePriceQuoteMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativePriceQuoteMethod

Returns a new instance of DerivativePriceQuoteMethod.



3906
3907
3908
3909
3910
3911
3912
# File 'lib/quickfix_fields.rb', line 3906

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

Class Method Details

.fieldObject



3903
3904
3905
# File 'lib/quickfix_fields.rb', line 3903

def DerivativePriceQuoteMethod.field
	return 1318
end