Class: Quickfix::ProgPeriodInterval

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

Returns a new instance of ProgPeriodInterval.



61308
61309
61310
61311
61312
61313
61314
# File 'ext/quickfix/QuickfixRuby.cpp', line 61308

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

Class Method Details

.fieldObject



5034
5035
5036
# File 'lib/quickfix_fields.rb', line 5034

def ProgPeriodInterval.field
	return 415
end