Class: Quickfix::PostTradePaymentLinkID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PostTradePaymentLinkID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PostTradePaymentLinkID
constructor
A new instance of PostTradePaymentLinkID.
Constructor Details
#initialize(data = nil) ⇒ PostTradePaymentLinkID
Returns a new instance of PostTradePaymentLinkID.
77343 77344 77345 77346 77347 77348 77349 |
# File 'lib/quickfix_fields.rb', line 77343 def initialize(data = nil) if( data == nil ) super(2822) else super(2822, data) end end |