Class: Quickfix::PricingTimeBusinessCenter

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

Returns a new instance of PricingTimeBusinessCenter.



45285
45286
45287
45288
45289
45290
45291
# File 'lib/quickfix_fields.rb', line 45285

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

Class Method Details

.fieldObject



45282
45283
45284
# File 'lib/quickfix_fields.rb', line 45282

def PricingTimeBusinessCenter.field
  return 41236
end