Class: Quickfix::MinQtyMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MinQtyMethod

Returns a new instance of MinQtyMethod.



23822
23823
23824
23825
23826
23827
23828
# File 'lib/quickfix_fields.rb', line 23822

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