Class: Quickfix::DerivativeFlowScheduleType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeFlowScheduleType

Returns a new instance of DerivativeFlowScheduleType.



110
111
112
113
114
115
116
# File 'lib/quickfix_fields.rb', line 110

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

Class Method Details

.fieldObject



107
108
109
# File 'lib/quickfix_fields.rb', line 107

def DerivativeFlowScheduleType.field
	return 1442
end