Class: Quickfix::UnderlyingOptionExerciseNominationDeadline

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

Returns a new instance of UnderlyingOptionExerciseNominationDeadline.



53930
53931
53932
53933
53934
53935
53936
# File 'lib/quickfix_fields.rb', line 53930

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

Class Method Details

.fieldObject



53927
53928
53929
# File 'lib/quickfix_fields.rb', line 53927

def UnderlyingOptionExerciseNominationDeadline.field
  return 41835
end