Class: Quickfix::UnderlyingProvisionOptionRelevantUnderlyingDateBusinessCenter

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



60300
60301
60302
60303
60304
60305
60306
# File 'lib/quickfix_fields.rb', line 60300

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

Class Method Details

.fieldObject



60297
60298
60299
# File 'lib/quickfix_fields.rb', line 60297

def UnderlyingProvisionOptionRelevantUnderlyingDateBusinessCenter.field
  return 42189
end