Class: Quickfix::PaymentStreamType

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) ⇒ PaymentStreamType

Returns a new instance of PaymentStreamType.



36887
36888
36889
36890
36891
36892
36893
# File 'lib/quickfix_fields.rb', line 36887

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

Class Method Details

.fieldObject



36884
36885
36886
# File 'lib/quickfix_fields.rb', line 36884

def PaymentStreamType.field
  return 40738
end