Class: Quickfix::LegBidPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegBidPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBidPx
constructor
A new instance of LegBidPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegBidPx
Returns a new instance of LegBidPx.
9379 9380 9381 9382 9383 9384 9385 |
# File 'lib/quickfix_fields.rb', line 9379 def initialize(data = nil) if( data == nil ) super(681) else super(681, data) end end |
Class Method Details
.field ⇒ Object
9376 9377 9378 |
# File 'lib/quickfix_fields.rb', line 9376 def LegBidPx.field return 681 end |