Class: Quickfix::OptionExerciseNominationDeadline

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

Returns a new instance of OptionExerciseNominationDeadline.



43946
43947
43948
43949
43950
43951
43952
# File 'lib/quickfix_fields.rb', line 43946

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

Class Method Details

.fieldObject



43943
43944
43945
# File 'lib/quickfix_fields.rb', line 43943

def OptionExerciseNominationDeadline.field
  return 41131
end