Class: Quickfix::BasisPxType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from CharField
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 |
Class Method Details
.field ⇒ Object
5229 5230 5231 |
# File 'lib/quickfix_fields.rb', line 5229 def BasisPxType.field return 419 end |