Class: Quickfix::FillQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FillQty

Returns a new instance of FillQty.



15736
15737
15738
15739
15740
15741
15742
# File 'lib/quickfix_fields.rb', line 15736

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

Class Method Details

.fieldObject



15733
15734
15735
# File 'lib/quickfix_fields.rb', line 15733

def FillQty.field
	return 1365
end