Class: Quickfix::DistribPaymentMethod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DistribPaymentMethod

Returns a new instance of DistribPaymentMethod.



3360
3361
3362
3363
3364
3365
3366
# File 'lib/quickfix_fields.rb', line 3360

def initialize(data = nil)
  if( data == nil )
    super(477)
  else
    super(477, data)
  end
end

Class Method Details

.fieldObject



3357
3358
3359
# File 'lib/quickfix_fields.rb', line 3357

def DistribPaymentMethod.field
  return 477
end