Class: Quickfix::LegDividendUnderlierRefID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendUnderlierRefID

Returns a new instance of LegDividendUnderlierRefID.



65123
65124
65125
65126
65127
65128
65129
# File 'lib/quickfix_fields.rb', line 65123

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