Class: Quickfix::UnderlyingPaymentStreamReferenceLevelEqualsZeroIndicator

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

Returns a new instance of UnderlyingPaymentStreamReferenceLevelEqualsZeroIndicator.



55230
55231
55232
55233
55234
55235
55236
# File 'lib/quickfix_fields.rb', line 55230

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

Class Method Details

.fieldObject



55227
55228
55229
# File 'lib/quickfix_fields.rb', line 55227

def UnderlyingPaymentStreamReferenceLevelEqualsZeroIndicator.field
  return 41919
end