Class: Quickfix::RequestingPartySubID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RequestingPartySubID



21274
21275
21276
21277
21278
21279
21280
# File 'lib/quickfix_fields.rb', line 21274

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