Class: Quickfix::LegPaymentStreamLinkMaximumBoundary

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

Returns a new instance of LegPaymentStreamLinkMaximumBoundary.



66865
66866
66867
66868
66869
66870
66871
# File 'lib/quickfix_fields.rb', line 66865

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

Class Method Details

.fieldObject



66862
66863
66864
# File 'lib/quickfix_fields.rb', line 66862

def LegPaymentStreamLinkMaximumBoundary.field
  return 42474
end