Class: Quickfix::PaymentStreamType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamType
constructor
A new instance of PaymentStreamType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamType
Returns a new instance of PaymentStreamType.
36887 36888 36889 36890 36891 36892 36893 |
# File 'lib/quickfix_fields.rb', line 36887 def initialize(data = nil) if( data == nil ) super(40738) else super(40738, data) end end |
Class Method Details
.field ⇒ Object
36884 36885 36886 |
# File 'lib/quickfix_fields.rb', line 36884 def PaymentStreamType.field return 40738 end |