Class: Quickfix::StrikeIndexCurvePoint

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

Returns a new instance of StrikeIndexCurvePoint.



64447
64448
64449
64450
64451
64452
64453
# File 'lib/quickfix_fields.rb', line 64447

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

Class Method Details

.fieldObject



64444
64445
64446
# File 'lib/quickfix_fields.rb', line 64444

def StrikeIndexCurvePoint.field
	return 2600
end