Class: Quickfix::UnderlyingPaymentStreamLinkInitialLevel

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



73469
73470
73471
73472
73473
73474
73475
# File 'lib/quickfix_fields.rb', line 73469

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

Class Method Details

.fieldObject



73466
73467
73468
# File 'lib/quickfix_fields.rb', line 73466

def UnderlyingPaymentStreamLinkInitialLevel.field
  return 42964
end