Class: Quickfix::MDSecSize

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ MDSecSize

Returns a new instance of MDSecSize.



141450
141451
141452
141453
141454
141455
141456
# File 'ext/quickfix/QuickfixRuby.cpp', line 141450

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

Class Method Details

.fieldObject



15551
15552
15553
# File 'lib/quickfix_fields.rb', line 15551

def MDSecSize.field
	return 1179
end