Class: Quickfix::UnderlyingPaymentStreamLinkClosingLevelIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkClosingLevelIndicator

Returns a new instance of UnderlyingPaymentStreamLinkClosingLevelIndicator.



73482
73483
73484
73485
73486
73487
73488
# File 'lib/quickfix_fields.rb', line 73482

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

Class Method Details

.fieldObject



73479
73480
73481
# File 'lib/quickfix_fields.rb', line 73479

def UnderlyingPaymentStreamLinkClosingLevelIndicator.field
  return 42965
end