Class: Quickfix::UnderlyingStrikeIndexCurvePoint

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

Returns a new instance of UnderlyingStrikeIndexCurvePoint.



72338
72339
72340
72341
72342
72343
72344
# File 'lib/quickfix_fields.rb', line 72338

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

Class Method Details

.fieldObject



72335
72336
72337
# File 'lib/quickfix_fields.rb', line 72335

def UnderlyingStrikeIndexCurvePoint.field
  return 2622
end