Class: Quickfix::UnderlyingDividendPayoutConditions

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPayoutConditions



71909
71910
71911
71912
71913
71914
71915
# File 'lib/quickfix_fields.rb', line 71909

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