Class: Quickfix::PaymentStreamLinkNumberOfDataSeries

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamLinkNumberOfDataSeries



69465
69466
69467
69468
69469
69470
69471
# File 'lib/quickfix_fields.rb', line 69465

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