Class: Quickfix::NoClearingAccountTypes

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

Returns a new instance of NoClearingAccountTypes.



24966
24967
24968
24969
24970
24971
24972
# File 'lib/quickfix_fields.rb', line 24966

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

Class Method Details

.fieldObject



24963
24964
24965
# File 'lib/quickfix_fields.rb', line 24963

def NoClearingAccountTypes.field
  return 1918
end