Class: Quickfix::OrderQty2

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrderQty2

Returns a new instance of OrderQty2.



6285
6286
6287
6288
6289
6290
6291
# File 'lib/quickfix_fields.rb', line 6285

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

Class Method Details

.fieldObject



6282
6283
6284
# File 'lib/quickfix_fields.rb', line 6282

def OrderQty2.field
	return 192
end