Class: Quickfix::PaymentLegRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentLegRefID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentLegRefID
constructor
A new instance of PaymentLegRefID.
Constructor Details
#initialize(data = nil) ⇒ PaymentLegRefID
Returns a new instance of PaymentLegRefID.
58012 58013 58014 58015 58016 58017 58018 |
# File 'lib/quickfix_fields.rb', line 58012 def initialize(data = nil) if( data == nil ) super(41304) else super(41304, data) end end |