Class: Quickfix::AllocNoOrdersType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ AllocNoOrdersType

Returns a new instance of AllocNoOrdersType.



110420
110421
110422
110423
110424
110425
110426
# File 'ext/quickfix/QuickfixRuby.cpp', line 110420

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

Class Method Details

.fieldObject



11469
11470
11471
# File 'lib/quickfix_fields.rb', line 11469

def AllocNoOrdersType.field
  return 857
end