Class: Quickfix::Yield

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

Returns a new instance of Yield.



5869
5870
5871
5872
5873
5874
5875
# File 'lib/quickfix_fields.rb', line 5869

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

Class Method Details

.fieldObject



5866
5867
5868
# File 'lib/quickfix_fields.rb', line 5866

def Yield.field
  return 236
end