Class: Quickfix::EntitlementRequestID

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

Returns a new instance of EntitlementRequestID.



23146
23147
23148
23149
23150
23151
23152
# File 'lib/quickfix_fields.rb', line 23146

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

Class Method Details

.fieldObject



23143
23144
23145
# File 'lib/quickfix_fields.rb', line 23143

def EntitlementRequestID.field
  return 1770
end