Class: Quickfix::LegProvisionOptionRelevantUnderlyingDateBusinessCenter

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

Returns a new instance of LegProvisionOptionRelevantUnderlyingDateBusinessCenter.



33923
33924
33925
33926
33927
33928
33929
# File 'lib/quickfix_fields.rb', line 33923

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

Class Method Details

.fieldObject



33920
33921
33922
# File 'lib/quickfix_fields.rb', line 33920

def LegProvisionOptionRelevantUnderlyingDateBusinessCenter.field
  return 40510
end