Class: Quickfix::LegOptionExerciseStartDateUnadjusted

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

Returns a new instance of LegOptionExerciseStartDateUnadjusted.



49276
49277
49278
49279
49280
49281
49282
# File 'lib/quickfix_fields.rb', line 49276

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

Class Method Details

.fieldObject



49273
49274
49275
# File 'lib/quickfix_fields.rb', line 49273

def LegOptionExerciseStartDateUnadjusted.field
  return 41499
end