Class: Quickfix::UnderlyingFlowScheduleType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingFlowScheduleType

Returns a new instance of UnderlyingFlowScheduleType.



13110
13111
13112
13113
13114
13115
13116
# File 'lib/quickfix_fields.rb', line 13110

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

Class Method Details

.fieldObject



13107
13108
13109
# File 'lib/quickfix_fields.rb', line 13107

def UnderlyingFlowScheduleType.field
	return 1441
end