Class: Quickfix::LegOptionExerciseStartDateAdjusted

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

Returns a new instance of LegOptionExerciseStartDateAdjusted.



49341
49342
49343
49344
49345
49346
49347
# File 'lib/quickfix_fields.rb', line 49341

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

Class Method Details

.fieldObject



49338
49339
49340
# File 'lib/quickfix_fields.rb', line 49338

def LegOptionExerciseStartDateAdjusted.field
  return 41504
end