Class: Quickfix::LastLiquidityInd

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LastLiquidityInd

Returns a new instance of LastLiquidityInd.



11537
11538
11539
11540
11541
11542
11543
# File 'lib/quickfix_fields.rb', line 11537

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

Class Method Details

.fieldObject



11534
11535
11536
# File 'lib/quickfix_fields.rb', line 11534

def LastLiquidityInd.field
  return 851
end