Class: Quickfix::UnderlyingPricingTimeBusinessCenter

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



55646
55647
55648
55649
55650
55651
55652
# File 'lib/quickfix_fields.rb', line 55646

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

Class Method Details

.fieldObject



55643
55644
55645
# File 'lib/quickfix_fields.rb', line 55643

def UnderlyingPricingTimeBusinessCenter.field
  return 41953
end