Class: Quickfix::PaymentStreamCashSettlIndicator

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

Returns a new instance of PaymentStreamCashSettlIndicator.



68464
68465
68466
68467
68468
68469
68470
# File 'lib/quickfix_fields.rb', line 68464

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

Class Method Details

.fieldObject



68461
68462
68463
# File 'lib/quickfix_fields.rb', line 68461

def PaymentStreamCashSettlIndicator.field
  return 42600
end