Class: Quickfix::LegOptionExerciseExpirationDateOffsetUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseExpirationDateOffsetUnit

Returns a new instance of LegOptionExerciseExpirationDateOffsetUnit.



49549
49550
49551
49552
49553
49554
49555
# File 'lib/quickfix_fields.rb', line 49549

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

Class Method Details

.fieldObject



49546
49547
49548
# File 'lib/quickfix_fields.rb', line 49546

def LegOptionExerciseExpirationDateOffsetUnit.field
  return 41520
end