Class: Quickfix::DerivativeSymbolSfx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSymbolSfx

Returns a new instance of DerivativeSymbolSfx.



16503
16504
16505
16506
16507
16508
16509
# File 'lib/quickfix_fields.rb', line 16503

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

Class Method Details

.fieldObject



16500
16501
16502
# File 'lib/quickfix_fields.rb', line 16500

def DerivativeSymbolSfx.field
	return 1215
end