Class: Quickfix::BasisPxType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::BasisPxType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BasisPxType
constructor
A new instance of BasisPxType.
Constructor Details
#initialize(data = nil) ⇒ BasisPxType
Returns a new instance of BasisPxType.
5232 5233 5234 5235 5236 5237 5238 |
# File 'lib/quickfix_fields.rb', line 5232 def initialize(data = nil) if( data == nil ) super(419) else super(419, data) end end |