Class: Quickfix::PaymentStreamLinkMaximumBoundary

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

Returns a new instance of PaymentStreamLinkMaximumBoundary.



69439
69440
69441
69442
69443
69444
69445
# File 'lib/quickfix_fields.rb', line 69439

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

Class Method Details

.fieldObject



69436
69437
69438
# File 'lib/quickfix_fields.rb', line 69436

def PaymentStreamLinkMaximumBoundary.field
  return 42675
end