Class: Quickfix::ParentMktSegmID

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) ⇒ ParentMktSegmID



155550
155551
155552
155553
155554
155555
155556
# File 'ext/quickfix/QuickfixRuby.cpp', line 155550

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

Class Method Details

.fieldObject



17410
17411
17412
# File 'lib/quickfix_fields.rb', line 17410

def ParentMktSegmID.field
  return 1325
end