Class: Quickfix::BidYield

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BidYield

Returns a new instance of BidYield.



604
605
606
607
608
609
610
# File 'lib/quickfix_fields.rb', line 604

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

Class Method Details

.fieldObject



601
602
603
# File 'lib/quickfix_fields.rb', line 601

def BidYield.field
  return 632
end