Class: Quickfix::BidForwardPoints
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::BidForwardPoints
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BidForwardPoints
constructor
A new instance of BidForwardPoints.
Constructor Details
#initialize(data = nil) ⇒ BidForwardPoints
3035 3036 3037 3038 3039 3040 3041 |
# File 'lib/quickfix_fields.rb', line 3035 def initialize(data = nil) if( data == nil ) super(189) else super(189, data) end end |
Class Method Details
.field ⇒ Object
3032 3033 3034 |
# File 'lib/quickfix_fields.rb', line 3032 def BidForwardPoints.field return 189 end |