Class: Quickfix::LegDividendPeriodBusinessCenter

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

Returns a new instance of LegDividendPeriodBusinessCenter.



65734
65735
65736
65737
65738
65739
65740
# File 'lib/quickfix_fields.rb', line 65734

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

Class Method Details

.fieldObject



65731
65732
65733
# File 'lib/quickfix_fields.rb', line 65731

def LegDividendPeriodBusinessCenter.field
  return 42387
end