Class: Quickfix::LegFlowScheduleType

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

Returns a new instance of LegFlowScheduleType.



167604
167605
167606
167607
167608
167609
167610
# File 'ext/quickfix/QuickfixRuby.cpp', line 167604

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

Class Method Details

.fieldObject



19009
19010
19011
# File 'lib/quickfix_fields.rb', line 19009

def LegFlowScheduleType.field
	return 1440
end