Class: Quickfix::CashSettlFixedTermIndicator

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



27774
27775
27776
27777
27778
27779
27780
# File 'lib/quickfix_fields.rb', line 27774

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

Class Method Details

.fieldObject



27771
27772
27773
# File 'lib/quickfix_fields.rb', line 27771

def CashSettlFixedTermIndicator.field
  return 40036
end