Class: Quickfix::LegCashSettlAccruedInterestIndicator

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

Returns a new instance of LegCashSettlAccruedInterestIndicator.



46910
46911
46912
46913
46914
46915
46916
# File 'lib/quickfix_fields.rb', line 46910

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

Class Method Details

.fieldObject



46907
46908
46909
# File 'lib/quickfix_fields.rb', line 46907

def LegCashSettlAccruedInterestIndicator.field
  return 41360
end