Class: Quickfix::RequestingPartySubIDType

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

Returns a new instance of RequestingPartySubIDType.



21287
21288
21289
21290
21291
21292
21293
# File 'lib/quickfix_fields.rb', line 21287

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

Class Method Details

.fieldObject



21284
21285
21286
# File 'lib/quickfix_fields.rb', line 21284

def RequestingPartySubIDType.field
  return 1663
end