Class: Quickfix::BidSwapPoints
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::BidSwapPoints
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BidSwapPoints
constructor
A new instance of BidSwapPoints.
Constructor Details
#initialize(data = nil) ⇒ BidSwapPoints
Returns a new instance of BidSwapPoints.
3711 3712 3713 3714 3715 3716 3717 |
# File 'lib/quickfix_fields.rb', line 3711 def initialize(data = nil) if( data == nil ) super(1065) else super(1065, data) end end |
Class Method Details
.field ⇒ Object
3708 3709 3710 |
# File 'lib/quickfix_fields.rb', line 3708 def BidSwapPoints.field return 1065 end |