Class: Quickfix::BidForwardPoints2
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::BidForwardPoints2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BidForwardPoints2
constructor
A new instance of BidForwardPoints2.
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
.field ⇒ Object
11482 11483 11484 |
# File 'lib/quickfix_fields.rb', line 11482 def BidForwardPoints2.field return 642 end |