Class: Quickfix::PaymentStreamLinkNumberOfDataSeries

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamLinkNumberOfDataSeries

Returns a new instance of 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

Class Method Details

.fieldObject



69462
69463
69464
# File 'lib/quickfix_fields.rb', line 69462

def PaymentStreamLinkNumberOfDataSeries.field
  return 42677
end