Class: Quickfix::LegIOIQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegIOIQty

Returns a new instance of LegIOIQty.



10367
10368
10369
10370
10371
10372
10373
# File 'lib/quickfix_fields.rb', line 10367

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

Class Method Details

.fieldObject



10364
10365
10366
# File 'lib/quickfix_fields.rb', line 10364

def LegIOIQty.field
	return 682
end