Class: Quickfix::NoMarketSegments

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

Returns a new instance of NoMarketSegments.



154080
154081
154082
154083
154084
154085
154086
# File 'ext/quickfix/QuickfixRuby.cpp', line 154080

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

Class Method Details

.fieldObject



17215
17216
17217
# File 'lib/quickfix_fields.rb', line 17215

def NoMarketSegments.field
	return 1310
end