Class: Quickfix::PaymentStreamType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamType
constructor
A new instance of PaymentStreamType.
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 |