Class: Quickfix::LegBidPx
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ LegBidPx
Returns a new instance of LegBidPx.
14878 14879 14880 14881 14882 14883 14884 |
# File 'lib/quickfix_fields.rb', line 14878 def initialize(data = nil) if( data == nil ) super(681) else super(681, data) end end |
Class Method Details
.field ⇒ Object
14875 14876 14877 |
# File 'lib/quickfix_fields.rb', line 14875 def LegBidPx.field return 681 end |