Class: Quickfix::ApplQueueAction

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplQueueAction

Returns a new instance of ApplQueueAction.



11082
11083
11084
11085
11086
11087
11088
# File 'lib/quickfix_fields.rb', line 11082

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