Class: Quickfix::OrigStrikePrice

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OrigStrikePrice

Returns a new instance of OrigStrikePrice.



62523
62524
62525
62526
62527
62528
62529
# File 'lib/quickfix_fields.rb', line 62523

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

Class Method Details

.fieldObject



62520
62521
62522
# File 'lib/quickfix_fields.rb', line 62520

def OrigStrikePrice.field
  return 2578
end