Class: Quickfix::ProvisionOptionExerciseBoundsFirstDateUnadjusted

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

Returns a new instance of ProvisionOptionExerciseBoundsFirstDateUnadjusted.



29074
29075
29076
29077
29078
29079
29080
# File 'lib/quickfix_fields.rb', line 29074

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

Class Method Details

.fieldObject



29071
29072
29073
# File 'lib/quickfix_fields.rb', line 29071

def ProvisionOptionExerciseBoundsFirstDateUnadjusted.field
  return 40136
end