Class: Quickfix::DistribPaymentMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DistribPaymentMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DistribPaymentMethod
constructor
A new instance of DistribPaymentMethod.
Constructor Details
#initialize(data = nil) ⇒ DistribPaymentMethod
Returns a new instance of DistribPaymentMethod.
6597 6598 6599 6600 6601 6602 6603 |
# File 'lib/quickfix_fields.rb', line 6597 def initialize(data = nil) if( data == nil ) super(477) else super(477, data) end end |