Class: Quickfix::StreamCalculationBalanceOfFirstPeriod

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

Returns a new instance of StreamCalculationBalanceOfFirstPeriod.



45415
45416
45417
45418
45419
45420
45421
# File 'lib/quickfix_fields.rb', line 45415

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

Class Method Details

.fieldObject



45412
45413
45414
# File 'lib/quickfix_fields.rb', line 45412

def StreamCalculationBalanceOfFirstPeriod.field
  return 41246
end