Class: Quickfix::PaymentStreamLinkMinimumBoundary

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

Returns a new instance of PaymentStreamLinkMinimumBoundary.



69452
69453
69454
69455
69456
69457
69458
# File 'lib/quickfix_fields.rb', line 69452

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

Class Method Details

.fieldObject



69449
69450
69451
# File 'lib/quickfix_fields.rb', line 69449

def PaymentStreamLinkMinimumBoundary.field
  return 42676
end