Class: Quickfix::AllocType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocType



13786
13787
13788
13789
13790
13791
13792
# File 'lib/quickfix_fields.rb', line 13786

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

Class Method Details

.fieldObject



13783
13784
13785
# File 'lib/quickfix_fields.rb', line 13783

def AllocType.field
  return 626
end