Class: Quickfix::DividendPeriodBusinessCenter

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



64395
64396
64397
64398
64399
64400
64401
# File 'lib/quickfix_fields.rb', line 64395

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

Class Method Details

.fieldObject



64392
64393
64394
# File 'lib/quickfix_fields.rb', line 64392

def DividendPeriodBusinessCenter.field
  return 42295
end