Class: Quickfix::UnderlyingPaymentStreamCashSettlIndicator

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

Returns a new instance of UnderlyingPaymentStreamCashSettlIndicator.



72572
72573
72574
72575
72576
72577
72578
# File 'lib/quickfix_fields.rb', line 72572

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

Class Method Details

.fieldObject



72569
72570
72571
# File 'lib/quickfix_fields.rb', line 72569

def UnderlyingPaymentStreamCashSettlIndicator.field
  return 42895
end