Class: Quickfix::LegProvisionOptionExerciseBoundsFirstDateUnadjusted

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

Returns a new instance of LegProvisionOptionExerciseBoundsFirstDateUnadjusted.



33650
33651
33652
33653
33654
33655
33656
# File 'lib/quickfix_fields.rb', line 33650

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

Class Method Details

.fieldObject



33647
33648
33649
# File 'lib/quickfix_fields.rb', line 33647

def LegProvisionOptionExerciseBoundsFirstDateUnadjusted.field
  return 40489
end