Class: Quickfix::BidForwardPoints2

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

Returns a new instance of BidForwardPoints2.



8651
8652
8653
8654
8655
8656
8657
# File 'lib/quickfix_fields.rb', line 8651

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

Class Method Details

.fieldObject



8648
8649
8650
# File 'lib/quickfix_fields.rb', line 8648

def BidForwardPoints2.field
  return 642
end