Class: Quickfix::AllocAccountType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocAccountType

Returns a new instance of AllocAccountType.



9912
9913
9914
9915
9916
9917
9918
# File 'lib/quickfix_fields.rb', line 9912

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

Class Method Details

.fieldObject



9909
9910
9911
# File 'lib/quickfix_fields.rb', line 9909

def AllocAccountType.field
  return 798
end