Class: Quickfix::ClearingAccountType

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

Returns a new instance of ClearingAccountType.



23744
23745
23746
23747
23748
23749
23750
# File 'lib/quickfix_fields.rb', line 23744

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

Class Method Details

.fieldObject



23741
23742
23743
# File 'lib/quickfix_fields.rb', line 23741

def ClearingAccountType.field
  return 1816
end