Class: Quickfix::FlowScheduleType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ FlowScheduleType

Returns a new instance of FlowScheduleType.



19051
19052
19053
19054
19055
19056
19057
# File 'lib/quickfix_fields.rb', line 19051

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

Class Method Details

.fieldObject



19048
19049
19050
# File 'lib/quickfix_fields.rb', line 19048

def FlowScheduleType.field
	return 1439
end