Class: Quickfix::BidPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::BidPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BidPx
constructor
A new instance of BidPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ BidPx
Returns a new instance of BidPx.
2190 2191 2192 2193 2194 2195 2196 |
# File 'lib/quickfix_fields.rb', line 2190 def initialize(data = nil) if( data == nil ) super(132) else super(132, data) end end |
Class Method Details
.field ⇒ Object
2187 2188 2189 |
# File 'lib/quickfix_fields.rb', line 2187 def BidPx.field return 132 end |