Class: Quickfix::ProvisionOptionExerciseLatestTime

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

Returns a new instance of ProvisionOptionExerciseLatestTime.



29126
29127
29128
29129
29130
29131
29132
# File 'lib/quickfix_fields.rb', line 29126

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

Class Method Details

.fieldObject



29123
29124
29125
# File 'lib/quickfix_fields.rb', line 29123

def ProvisionOptionExerciseLatestTime.field
  return 40140
end