Class: Quickfix::UnderlyingPaymentStreamLinkMaximumBoundary

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkMaximumBoundary

Returns a new instance of UnderlyingPaymentStreamLinkMaximumBoundary.



73547
73548
73549
73550
73551
73552
73553
# File 'lib/quickfix_fields.rb', line 73547

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

Class Method Details

.fieldObject



73544
73545
73546
# File 'lib/quickfix_fields.rb', line 73544

def UnderlyingPaymentStreamLinkMaximumBoundary.field
  return 42970
end