Class: Quickfix::UnderlyingStrikeIndexCurvePoint

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

Instance Method Summary collapse

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