Class: Quickfix::PartyActionReportID

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



56790
56791
56792
56793
56794
56795
56796
# File 'lib/quickfix_fields.rb', line 56790

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

Class Method Details

.fieldObject



56787
56788
56789
# File 'lib/quickfix_fields.rb', line 56787

def PartyActionReportID.field
  return 2331
end