Class: Quickfix::DerivativeStrikeCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeStrikeCurrency

Returns a new instance of DerivativeStrikeCurrency.



6012
6013
6014
6015
6016
6017
6018
# File 'lib/quickfix_fields.rb', line 6012

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

Class Method Details

.fieldObject



6009
6010
6011
# File 'lib/quickfix_fields.rb', line 6009

def DerivativeStrikeCurrency.field
	return 1262
end