Class: Quickfix::PaymentRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentRef
constructor
A new instance of PaymentRef.
Constructor Details
#initialize(data = nil) ⇒ PaymentRef
Returns a new instance of PaymentRef.
4478 4479 4480 4481 4482 4483 4484 |
# File 'lib/quickfix_fields.rb', line 4478 def initialize(data = nil) if( data == nil ) super(476) else super(476, data) end end |
Class Method Details
.field ⇒ Object
4475 4476 4477 |
# File 'lib/quickfix_fields.rb', line 4475 def PaymentRef.field return 476 end |