Class: Quickfix::MDSecSizeType

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

Returns a new instance of MDSecSizeType.



141352
141353
141354
141355
141356
141357
141358
# File 'ext/quickfix/QuickfixRuby.cpp', line 141352

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

Class Method Details

.fieldObject



15538
15539
15540
# File 'lib/quickfix_fields.rb', line 15538

def MDSecSizeType.field
	return 1178
end