Class: Quickfix::MktOfferPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MktOfferPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MktOfferPx
constructor
A new instance of MktOfferPx.
Constructor Details
#initialize(data = nil) ⇒ MktOfferPx
Returns a new instance of MktOfferPx.
2502 2503 2504 2505 2506 2507 2508 |
# File 'lib/quickfix_fields.rb', line 2502 def initialize(data = nil) if( data == nil ) super(646) else super(646, data) end end |
Class Method Details
.field ⇒ Object
2499 2500 2501 |
# File 'lib/quickfix_fields.rb', line 2499 def MktOfferPx.field return 646 end |