Class: Quickfix::LegPaymentStreamLinkMinimumBoundary

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

Returns a new instance of LegPaymentStreamLinkMinimumBoundary.



66878
66879
66880
66881
66882
66883
66884
# File 'lib/quickfix_fields.rb', line 66878

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

Class Method Details

.fieldObject



66875
66876
66877
# File 'lib/quickfix_fields.rb', line 66875

def LegPaymentStreamLinkMinimumBoundary.field
  return 42475
end