Class: Quickfix::LeavesQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LeavesQty

Returns a new instance of LeavesQty.



14488
14489
14490
14491
14492
14493
14494
# File 'lib/quickfix_fields.rb', line 14488

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

Class Method Details

.fieldObject



14485
14486
14487
# File 'lib/quickfix_fields.rb', line 14485

def LeavesQty.field
  return 151
end