Class: Quickfix::DerivativeStrikeCurrencyCodeSource

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

Returns a new instance of DerivativeStrikeCurrencyCodeSource.



78708
78709
78710
78711
78712
78713
78714
# File 'lib/quickfix_fields.rb', line 78708

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

Class Method Details

.fieldObject



78705
78706
78707
# File 'lib/quickfix_fields.rb', line 78705

def DerivativeStrikeCurrencyCodeSource.field
	return 2912
end