Class: Quickfix::LegProvisionOptionExerciseLatestTimeBusinessCenter

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

Returns a new instance of LegProvisionOptionExerciseLatestTimeBusinessCenter.



33715
33716
33717
33718
33719
33720
33721
# File 'lib/quickfix_fields.rb', line 33715

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

Class Method Details

.fieldObject



33712
33713
33714
# File 'lib/quickfix_fields.rb', line 33712

def LegProvisionOptionExerciseLatestTimeBusinessCenter.field
  return 40494
end