Class: Quickfix::StreamPaySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StreamPaySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamPaySide
constructor
A new instance of StreamPaySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StreamPaySide
Returns a new instance of StreamPaySide.
27982 27983 27984 27985 27986 27987 27988 |
# File 'lib/quickfix_fields.rb', line 27982 def initialize(data = nil) if( data == nil ) super(40052) else super(40052, data) end end |
Class Method Details
.field ⇒ Object
27979 27980 27981 |
# File 'lib/quickfix_fields.rb', line 27979 def StreamPaySide.field return 40052 end |