Class: Quickfix::DerivativeFlowScheduleType

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

Returns a new instance of DerivativeFlowScheduleType.



167800
167801
167802
167803
167804
167805
167806
# File 'ext/quickfix/QuickfixRuby.cpp', line 167800

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

Class Method Details

.fieldObject



19035
19036
19037
# File 'lib/quickfix_fields.rb', line 19035

def DerivativeFlowScheduleType.field
	return 1442
end