Class: Quickfix::NoRequestingPartySubIDs

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

Returns a new instance of NoRequestingPartySubIDs.



21261
21262
21263
21264
21265
21266
21267
# File 'lib/quickfix_fields.rb', line 21261

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

Class Method Details

.fieldObject



21258
21259
21260
# File 'lib/quickfix_fields.rb', line 21258

def NoRequestingPartySubIDs.field
  return 1661
end