Class: Quickfix::LegStreamCalculationBalanceOfFirstPeriod

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

Returns a new instance of LegStreamCalculationBalanceOfFirstPeriod.



51122
51123
51124
51125
51126
51127
51128
# File 'lib/quickfix_fields.rb', line 51122

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

Class Method Details

.fieldObject



51119
51120
51121
# File 'lib/quickfix_fields.rb', line 51119

def LegStreamCalculationBalanceOfFirstPeriod.field
  return 41643
end