Class: Quickfix::NoPaymentStubs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoPaymentStubs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentStubs
constructor
A new instance of NoPaymentStubs.
Constructor Details
#initialize(data = nil) ⇒ NoPaymentStubs
Returns a new instance of NoPaymentStubs.
38629 38630 38631 38632 38633 38634 38635 |
# File 'lib/quickfix_fields.rb', line 38629 def initialize(data = nil) if( data == nil ) super(40872) else super(40872, data) end end |