Class: Quickfix::OfferPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::OfferPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OfferPx
constructor
A new instance of OfferPx.
Constructor Details
#initialize(data = nil) ⇒ OfferPx
Returns a new instance of OfferPx.
6441 6442 6443 6444 6445 6446 6447 |
# File 'lib/quickfix_fields.rb', line 6441 def initialize(data = nil) if( data == nil ) super(133) else super(133, data) end end |
Class Method Details
.field ⇒ Object
6438 6439 6440 |
# File 'lib/quickfix_fields.rb', line 6438 def OfferPx.field return 133 end |