Class: Quickfix::MidYield

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) ⇒ MidYield

Returns a new instance of MidYield.



8534
8535
8536
8537
8538
8539
8540
# File 'lib/quickfix_fields.rb', line 8534

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

Class Method Details

.fieldObject



8531
8532
8533
# File 'lib/quickfix_fields.rb', line 8531

def MidYield.field
	return 633
end