Class: Quickfix::FillYield

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ FillYield

Returns a new instance of FillYield.



19935
19936
19937
19938
19939
19940
19941
# File 'lib/quickfix_fields.rb', line 19935

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

Class Method Details

.fieldObject



19932
19933
19934
# File 'lib/quickfix_fields.rb', line 19932

def FillYield.field
	return 1623
end