Class: Quickfix::MarketSegmentID

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



153198
153199
153200
153201
153202
153203
153204
# File 'ext/quickfix/QuickfixRuby.cpp', line 153198

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

Class Method Details

.fieldObject



17098
17099
17100
# File 'lib/quickfix_fields.rb', line 17098

def MarketSegmentID.field
  return 1300
end