Class: Quickfix::AllocNoOrdersType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocNoOrdersType

Returns a new instance of AllocNoOrdersType.



15346
15347
15348
15349
15350
15351
15352
# File 'lib/quickfix_fields.rb', line 15346

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

Class Method Details

.fieldObject



15343
15344
15345
# File 'lib/quickfix_fields.rb', line 15343

def AllocNoOrdersType.field
  return 857
end