Class: Quickfix::PayRequestID

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

Returns a new instance of PayRequestID.



77213
77214
77215
77216
77217
77218
77219
# File 'lib/quickfix_fields.rb', line 77213

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

Class Method Details

.fieldObject



77210
77211
77212
# File 'lib/quickfix_fields.rb', line 77210

def PayRequestID.field
  return 2812
end