Class: Quickfix::UnderlyingStrikeIndexQuote

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStrikeIndexQuote



72351
72352
72353
72354
72355
72356
72357
# File 'lib/quickfix_fields.rb', line 72351

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