Class: Quickfix::DerivativeSymbolSfx

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSymbolSfx

Returns a new instance of DerivativeSymbolSfx.



16191
16192
16193
16194
16195
16196
16197
# File 'lib/quickfix_fields.rb', line 16191

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