Class: Quickfix::BasisPxType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::BasisPxType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BasisPxType
constructor
A new instance of BasisPxType.
Constructor Details
#initialize(data = nil) ⇒ BasisPxType
10835 10836 10837 10838 10839 10840 10841 |
# File 'lib/quickfix_fields.rb', line 10835 def initialize(data = nil) if( data == nil ) super(419) else super(419, data) end end |
Class Method Details
.field ⇒ Object
10832 10833 10834 |
# File 'lib/quickfix_fields.rb', line 10832 def BasisPxType.field return 419 end |