Class: Quickfix::LegDividendPeriodBusinessCenter

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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