Class: Quickfix::UnderlyingLegSymbolSfx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSymbolSfx

Returns a new instance of UnderlyingLegSymbolSfx.



5505
5506
5507
5508
5509
5510
5511
# File 'lib/quickfix_fields.rb', line 5505

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

Class Method Details

.fieldObject



5502
5503
5504
# File 'lib/quickfix_fields.rb', line 5502

def UnderlyingLegSymbolSfx.field
	return 1331
end