Class: Quickfix::MidYield

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MidYield

Returns a new instance of MidYield.



188
189
190
191
192
193
194
# File 'lib/quickfix_fields.rb', line 188

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

Class Method Details

.fieldObject



185
186
187
# File 'lib/quickfix_fields.rb', line 185

def MidYield.field
	return 633
end