Class: Quickfix::BidSwapPoints
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ BidSwapPoints
Returns a new instance of BidSwapPoints.
14280 14281 14282 14283 14284 14285 14286 |
# File 'lib/quickfix_fields.rb', line 14280 def initialize(data = nil) if( data == nil ) super(1065) else super(1065, data) end end |
Class Method Details
.field ⇒ Object
14277 14278 14279 |
# File 'lib/quickfix_fields.rb', line 14277 def BidSwapPoints.field return 1065 end |