Class: Quickfix::FillYieldType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ FillYieldType

Returns a new instance of FillYieldType.



19922
19923
19924
19925
19926
19927
19928
# File 'lib/quickfix_fields.rb', line 19922

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

Class Method Details

.fieldObject



19919
19920
19921
# File 'lib/quickfix_fields.rb', line 19919

def FillYieldType.field
	return 1622
end