Class: Quickfix::ContraTradeQty

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ContraTradeQty

Returns a new instance of ContraTradeQty.



5466
5467
5468
5469
5470
5471
5472
# File 'lib/quickfix_fields.rb', line 5466

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

Class Method Details

.fieldObject



5463
5464
5465
# File 'lib/quickfix_fields.rb', line 5463

def ContraTradeQty.field
  return 437
end