Class: Quickfix::NoPartyIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoPartyIDs

Returns a new instance of NoPartyIDs.



15489
15490
15491
15492
15493
15494
15495
# File 'lib/quickfix_fields.rb', line 15489

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

Class Method Details

.fieldObject



15486
15487
15488
# File 'lib/quickfix_fields.rb', line 15486

def NoPartyIDs.field
  return 453
end