Class: Quickfix::PayRequestRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PayRequestRefID

Returns a new instance of PayRequestRefID.



77187
77188
77189
77190
77191
77192
77193
# File 'lib/quickfix_fields.rb', line 77187

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

Class Method Details

.fieldObject



77184
77185
77186
# File 'lib/quickfix_fields.rb', line 77184

def PayRequestRefID.field
  return 2810
end