Class: Quickfix::PosType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ PosType

Returns a new instance of PosType.



95450
95451
95452
95453
95454
95455
95456
# File 'ext/quickfix/QuickfixRuby.cpp', line 95450

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

Class Method Details

.fieldObject



9506
9507
9508
# File 'lib/quickfix_fields.rb', line 9506

def PosType.field
  return 703
end