Class: Quickfix::Yield

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Yield

Returns a new instance of Yield.



18986
18987
18988
18989
18990
18991
18992
# File 'lib/quickfix_fields.rb', line 18986

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

Class Method Details

.fieldObject



18983
18984
18985
# File 'lib/quickfix_fields.rb', line 18983

def Yield.field
  return 236
end