Class: Quickfix::LegPaymentStreamCashSettlIndicator

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



65890
65891
65892
65893
65894
65895
65896
# File 'lib/quickfix_fields.rb', line 65890

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

Class Method Details

.fieldObject



65887
65888
65889
# File 'lib/quickfix_fields.rb', line 65887

def LegPaymentStreamCashSettlIndicator.field
  return 42399
end