Class: Quickfix::CxlQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CxlQty

Returns a new instance of CxlQty.



12785
12786
12787
12788
12789
12790
12791
# File 'lib/quickfix_fields.rb', line 12785

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

Class Method Details

.fieldObject



12782
12783
12784
# File 'lib/quickfix_fields.rb', line 12782

def CxlQty.field
  return 84
end