Class: Quickfix::ExpirationQtyType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExpirationQtyType

Returns a new instance of ExpirationQtyType.



10003
10004
10005
10006
10007
10008
10009
# File 'lib/quickfix_fields.rb', line 10003

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

Class Method Details

.fieldObject



10000
10001
10002
# File 'lib/quickfix_fields.rb', line 10000

def ExpirationQtyType.field
	return 982
end