Class: Quickfix::PaymentRemitterID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentRemitterID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentRemitterID
constructor
A new instance of PaymentRemitterID.
Constructor Details
#initialize(data = nil) ⇒ PaymentRemitterID
Returns a new instance of PaymentRemitterID.
1592 1593 1594 1595 1596 1597 1598 |
# File 'lib/quickfix_fields.rb', line 1592 def initialize(data = nil) if( data == nil ) super(505) else super(505, data) end end |
Class Method Details
.field ⇒ Object
1589 1590 1591 |
# File 'lib/quickfix_fields.rb', line 1589 def PaymentRemitterID.field return 505 end |