Class: Quickfix::NoPartyRelationships

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

Returns a new instance of NoPartyRelationships.



20455
20456
20457
20458
20459
20460
20461
# File 'lib/quickfix_fields.rb', line 20455

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

Class Method Details

.fieldObject



20452
20453
20454
# File 'lib/quickfix_fields.rb', line 20452

def NoPartyRelationships.field
  return 1514
end