Class: Quickfix::StrikeIndex

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

Returns a new instance of StrikeIndex.



42347
42348
42349
42350
42351
42352
42353
# File 'lib/quickfix_fields.rb', line 42347

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

Class Method Details

.fieldObject



42344
42345
42346
# File 'lib/quickfix_fields.rb', line 42344

def StrikeIndex.field
	return 1866
end