Class: Quickfix::LegOptionExerciseExpirationDateRelativeTo

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



49523
49524
49525
49526
49527
49528
49529
# File 'lib/quickfix_fields.rb', line 49523

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

Class Method Details

.fieldObject



49520
49521
49522
# File 'lib/quickfix_fields.rb', line 49520

def LegOptionExerciseExpirationDateRelativeTo.field
  return 41518
end