Class: Quickfix::PayRequestTransType

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

Returns a new instance of PayRequestTransType.



77200
77201
77202
77203
77204
77205
77206
# File 'lib/quickfix_fields.rb', line 77200

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

Class Method Details

.fieldObject



77197
77198
77199
# File 'lib/quickfix_fields.rb', line 77197

def PayRequestTransType.field
  return 2811
end