Class: Quickfix::DerivativeStrikeCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DerivativeStrikeCurrency

Returns a new instance of DerivativeStrikeCurrency.



16763
16764
16765
16766
16767
16768
16769
# File 'lib/quickfix_fields.rb', line 16763

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

Class Method Details

.fieldObject



16760
16761
16762
# File 'lib/quickfix_fields.rb', line 16760

def DerivativeStrikeCurrency.field
	return 1262
end