Class: Quickfix::ContraTradeQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ContraTradeQty

Returns a new instance of ContraTradeQty.



7026
7027
7028
7029
7030
7031
7032
# File 'lib/quickfix_fields.rb', line 7026

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

Class Method Details

.fieldObject



7023
7024
7025
# File 'lib/quickfix_fields.rb', line 7023

def ContraTradeQty.field
  return 437
end