Class: Quickfix::PartyActionRequestID

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

Returns a new instance of PartyActionRequestID.



56751
56752
56753
56754
56755
56756
56757
# File 'lib/quickfix_fields.rb', line 56751

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

Class Method Details

.fieldObject



56748
56749
56750
# File 'lib/quickfix_fields.rb', line 56748

def PartyActionRequestID.field
  return 2328
end