Class: Quickfix::UnderlyingStrikeIndexQuote

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStrikeIndexQuote

Returns a new instance of 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

Class Method Details

.fieldObject



72348
72349
72350
# File 'lib/quickfix_fields.rb', line 72348

def UnderlyingStrikeIndexQuote.field
  return 2623
end