Class: Quickfix::UnderlyingPricingDateBusinessCenter

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

Returns a new instance of UnderlyingPricingDateBusinessCenter.



55581
55582
55583
55584
55585
55586
55587
# File 'lib/quickfix_fields.rb', line 55581

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

Class Method Details

.fieldObject



55578
55579
55580
# File 'lib/quickfix_fields.rb', line 55578

def UnderlyingPricingDateBusinessCenter.field
  return 41948
end