Class: Quickfix::PaymentStreamLinkInitialLevel

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

Returns a new instance of PaymentStreamLinkInitialLevel.



69361
69362
69363
69364
69365
69366
69367
# File 'lib/quickfix_fields.rb', line 69361

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

Class Method Details

.fieldObject



69358
69359
69360
# File 'lib/quickfix_fields.rb', line 69358

def PaymentStreamLinkInitialLevel.field
  return 42669
end