Class: Quickfix::LowExercisePriceOptionIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LowExercisePriceOptionIndicator

Returns a new instance of LowExercisePriceOptionIndicator.



62471
62472
62473
62474
62475
62476
62477
# File 'lib/quickfix_fields.rb', line 62471

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

Class Method Details

.fieldObject



62468
62469
62470
# File 'lib/quickfix_fields.rb', line 62468

def LowExercisePriceOptionIndicator.field
  return 2574
end