Class: Quickfix::BidForwardPoints2

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BidForwardPoints2

Returns a new instance of BidForwardPoints2.



11485
11486
11487
11488
11489
11490
11491
# File 'lib/quickfix_fields.rb', line 11485

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

Class Method Details

.fieldObject



11482
11483
11484
# File 'lib/quickfix_fields.rb', line 11482

def BidForwardPoints2.field
  return 642
end