Class: Quickfix::NoPartyEntitlements

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoPartyEntitlements

Returns a new instance of NoPartyEntitlements.



23172
23173
23174
23175
23176
23177
23178
# File 'lib/quickfix_fields.rb', line 23172

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

Class Method Details

.fieldObject



23169
23170
23171
# File 'lib/quickfix_fields.rb', line 23169

def NoPartyEntitlements.field
  return 1772
end