Class: Quickfix::BidForwardPoints2

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

Instance Method Summary collapse

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