Class: Quickfix::UnderlyingPaymentStreamLinkNumberOfDataSeries

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) ⇒ UnderlyingPaymentStreamLinkNumberOfDataSeries

Returns a new instance of UnderlyingPaymentStreamLinkNumberOfDataSeries.



73573
73574
73575
73576
73577
73578
73579
# File 'lib/quickfix_fields.rb', line 73573

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

Class Method Details

.fieldObject



73570
73571
73572
# File 'lib/quickfix_fields.rb', line 73570

def UnderlyingPaymentStreamLinkNumberOfDataSeries.field
  return 42972
end