Class: Quickfix::ProvisionOptionExerciseBoundsLastDateUnadjusted

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

Returns a new instance of ProvisionOptionExerciseBoundsLastDateUnadjusted.



29087
29088
29089
29090
29091
29092
29093
# File 'lib/quickfix_fields.rb', line 29087

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

Class Method Details

.fieldObject



29084
29085
29086
# File 'lib/quickfix_fields.rb', line 29084

def ProvisionOptionExerciseBoundsLastDateUnadjusted.field
  return 40137
end