Class: Quickfix::UnderlyingStreamCalculationBalanceOfFirstPeriod

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

Returns a new instance of UnderlyingStreamCalculationBalanceOfFirstPeriod.



55724
55725
55726
55727
55728
55729
55730
# File 'lib/quickfix_fields.rb', line 55724

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

Class Method Details

.fieldObject



55721
55722
55723
# File 'lib/quickfix_fields.rb', line 55721

def UnderlyingStreamCalculationBalanceOfFirstPeriod.field
  return 41959
end