Class: Quickfix::DiscretionOffsetType

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

Returns a new instance of DiscretionOffsetType.



108950
108951
108952
108953
108954
108955
108956
# File 'ext/quickfix/QuickfixRuby.cpp', line 108950

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

Class Method Details

.fieldObject



11274
11275
11276
# File 'lib/quickfix_fields.rb', line 11274

def DiscretionOffsetType.field
	return 842
end