Class: Quickfix::UnderlyingStrategyType

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

Class Method Details

.fieldObject



54382
54383
54384
# File 'lib/quickfix_fields.rb', line 54382

def UnderlyingStrategyType.field
	return 2295
end