Class: Quickfix::LegPaymentStreamLinkMaximumBoundary

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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