Class: Quickfix::UnderlyingFlowScheduleType

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

Returns a new instance of UnderlyingFlowScheduleType.



167702
167703
167704
167705
167706
167707
167708
# File 'ext/quickfix/QuickfixRuby.cpp', line 167702

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

Class Method Details

.fieldObject



19022
19023
19024
# File 'lib/quickfix_fields.rb', line 19022

def UnderlyingFlowScheduleType.field
	return 1441
end