Class: Quickfix::ClearingRequirementException

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) ⇒ ClearingRequirementException

Returns a new instance of ClearingRequirementException.



25304
25305
25306
25307
25308
25309
25310
# File 'lib/quickfix_fields.rb', line 25304

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

Class Method Details

.fieldObject



25301
25302
25303
# File 'lib/quickfix_fields.rb', line 25301

def ClearingRequirementException.field
  return 1932
end