Class: Quickfix::FlowScheduleType

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

Returns a new instance of FlowScheduleType.



167506
167507
167508
167509
167510
167511
167512
# File 'ext/quickfix/QuickfixRuby.cpp', line 167506

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

Class Method Details

.fieldObject



18996
18997
18998
# File 'lib/quickfix_fields.rb', line 18996

def FlowScheduleType.field
	return 1439
end