Class: Quickfix::RequestingPartyIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RequestingPartyIDSource

Returns a new instance of RequestingPartyIDSource.



21235
21236
21237
21238
21239
21240
21241
# File 'lib/quickfix_fields.rb', line 21235

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