Class: Quickfix::ApplQueueAction

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



11079
11080
11081
# File 'lib/quickfix_fields.rb', line 11079

def ApplQueueAction.field
  return 815
end