Class: Quickfix::PayRequestStatus

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

Returns a new instance of PayRequestStatus.



77226
77227
77228
77229
77230
77231
77232
# File 'lib/quickfix_fields.rb', line 77226

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

Class Method Details

.fieldObject



77223
77224
77225
# File 'lib/quickfix_fields.rb', line 77223

def PayRequestStatus.field
  return 2813
end