Class: Quickfix::UnderlyingStrategyType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStrategyType

Returns a new instance of UnderlyingStrategyType.



54385
54386
54387
54388
54389
54390
54391
# File 'lib/quickfix_fields.rb', line 54385

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