Class: Quickfix::DistribPaymentMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



6594
6595
6596
# File 'lib/quickfix_fields.rb', line 6594

def DistribPaymentMethod.field
  return 477
end