Class: Quickfix::PostTradePaymentType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PostTradePaymentType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PostTradePaymentType
constructor
A new instance of PostTradePaymentType.
Constructor Details
#initialize(data = nil) ⇒ PostTradePaymentType
Returns a new instance of PostTradePaymentType.
77369 77370 77371 77372 77373 77374 77375 |
# File 'lib/quickfix_fields.rb', line 77369 def initialize(data = nil) if( data == nil ) super(2824) else super(2824, data) end end |