Class: Quickfix::NoLegOptionExerciseDates

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) ⇒ NoLegOptionExerciseDates

Returns a new instance of NoLegOptionExerciseDates.



49445
49446
49447
49448
49449
49450
49451
# File 'lib/quickfix_fields.rb', line 49445

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

Class Method Details

.fieldObject



49442
49443
49444
# File 'lib/quickfix_fields.rb', line 49442

def NoLegOptionExerciseDates.field
  return 41512
end